Alexei Sorokin ee7f0a2016 [DATABASE] Re-introduce PostgreSQL support 5 лет назад
..
actions 62b90c29db [DATABASE] Introduce a bool type in schema 5 лет назад
classes 95c7344557 [DATABASE] Various table schema related fixes 5 лет назад
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 a4739b0107 Move some last OpenID stuff into the OpenID plugin (XRDS) 9 лет назад
locale aee5506f00 [PLUGINS] Removed GeoURL as the service doesn't exist anymore 5 лет назад
OpenIDPlugin.php 0c2c3ec862 [CORE] Plugin API now extends a new Module API 5 лет назад
README a614205663 Add plugin READMEs 8 лет назад
openid.php ee7f0a2016 [DATABASE] Re-introduce PostgreSQL support 5 лет назад

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