gnu-social/plugins/OpenID
Chimo a614205663 Add plugin READMEs 2016-02-08 17:48:37 +00:00
..
actions OpenID settings aligned with FormAction 2015-07-17 16:08:22 +02:00
classes utf8mb4 conversion on database with index adjusts 2015-02-12 18:18:55 +01:00
doc-src Update openid docs 2011-09-30 14:52:51 -04:00
extlib OpenID access control options: trusted provider URL, Launchpad team restrictions. Added an admin panel for setting these and OpenID-only mode, off by default. 2010-05-18 13:28:41 -07:00
icons Squashed commit of the following: 2012-07-09 12:56:09 -04:00
lib Move some last OpenID stuff into the OpenID plugin (XRDS) 2015-06-04 01:08:03 +02:00
locale Snapshot of the Transifex translation project - October 2015 2015-10-04 18:23:01 +02:00
OpenIDPlugin.php Change status.net/wiki URLs to git.gnu.io 2016-02-08 17:48:10 +00:00
README Add plugin READMEs 2016-02-08 17:48:37 +00:00
openid.php OpenID settings aligned with FormAction 2015-07-17 16:08:22 +02:00

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