Diogo Peralta Cordeiro 6e031d623a [VersionBump] 2.0.0beta0 преди 3 години
..
actions 1667d727b4 Set HTTP status codes with http_​response_​code() преди 3 години
classes 665e4574da [DATABASE] Fix index identifiers and clean up redundant ones преди 3 години
doc-src 5f0bda14de Fixed a documentation issue. The OpenID doc page now tells you that gnu-social преди 14 години
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. преди 14 години
lib 318d2cb6ca Set the character set before making a connection преди 3 години
locale 6e031d623a [VersionBump] 2.0.0beta0 преди 3 години
OpenIDPlugin.php 912a0cb16c [OpenID] Correct table definition types преди 3 години
README a614205663 Add plugin READMEs преди 8 години
openid.php 318d2cb6ca Set the character set before making a connection преди 3 години

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