Alexei Sorokin 0b47a2bb33 [DATABASE] Re-introduce PostgreSQL support 5 years ago
..
actions 41781a3b5f [DATABASE] Introduce a boolean type for SQL 5 years ago
classes 61944b7921 [DATABASE] Various table schema related fixes 5 years ago
doc-src 5f0bda14de Fixed a documentation issue. The OpenID doc page now tells you that gnu-social 15 years ago
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. 15 years ago
lib a4739b0107 Move some last OpenID stuff into the OpenID plugin (XRDS) 10 years ago
locale c93547b080 [OpenID] Added support for GS's Internal Session Handler 5 years ago
OpenIDPlugin.php 54f75683c7 [OpenID] s/sync/synch 5 years ago
README a614205663 Add plugin READMEs 9 years ago
openid.php 0b47a2bb33 [DATABASE] Re-introduce PostgreSQL support 5 years ago

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