gnu-social/plugins/OpenID
Alexei Sorokin 318d2cb6ca Set the character set before making a connection
Ideally the character set should be set with the connection, and so this is
exactly what's being done now.

And now the character set code is attempted to be generalised.
2021-07-16 19:44:41 +01:00
..
actions Set HTTP status codes with http_​response_​code() 2021-07-16 19:44:38 +01:00
classes [DATABASE] Fix index identifiers and clean up redundant ones 2021-07-16 19:44:38 +01:00
doc-src
extlib
lib Set the character set before making a connection 2021-07-16 19:44:41 +01:00
locale [VersionBump] 2.0.0alpha0 2021-07-16 19:44:38 +01:00
openid.php Set the character set before making a connection 2021-07-16 19:44:41 +01:00
OpenIDPlugin.php [OpenID] Correct table definition types 2021-07-16 19:44:41 +01:00
README Add plugin READMEs 2016-02-08 17:48:37 +00:00

The OpenID plugin allows users to use OpenID to login.

See: http://openid.net/

Installation
============
This plugin is enabled by default

Settings
========
openidonly: Whether we only allow logins through OpenID.
trusted_provider: URL to the OpenID provider.
append_username: Whether to append the username at the end of the OpenID URL

Example
=======
$config['site']['openidonly'] = true;
$config['openid']['trusted_provider'] = "http://example.org";
$config['openid']['append_username'] = true;
addPlugin('OpenID');