Alexei Sorokin aed2344bd4 Set the character set before making a connection před 4 roky
..
actions e206995268 Set HTTP status codes with http_​response_​code() před 4 roky
classes 0bfa747382 [DATABASE] Fix index identifiers and clean up redundant ones před 4 roky
doc-src 5f0bda14de Fixed a documentation issue. The OpenID doc page now tells you that gnu-social před 14 roky
extlib 7c828ae5f8 OpenID access control options: trusted provider URL, Launchpad team restrictions. Added an admin panel for setting these and OpenID-only mode, off by default. před 14 roky
lib aed2344bd4 Set the character set before making a connection před 4 roky
locale a9c365a5eb [VersionBump] 2.0.0alpha0 před 4 roky
OpenIDPlugin.php 0e81f9c726 [OpenID] Correct table definition types před 4 roky
README a614205663 Add plugin READMEs před 8 roky
openid.php aed2344bd4 Set the character set before making a connection před 4 roky

README

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');