Diogo Cordeiro 1536d3ef29 [XML/HTML Outputter] General improvements and refactoring as well as some bug fixes il y a 5 ans
..
actions 1536d3ef29 [XML/HTML Outputter] General improvements and refactoring as well as some bug fixes il y a 5 ans
classes 99f2aba6e1 Fix: Cannot remove OpenID il y a 8 ans
doc-src 5f0bda14de Fixed a documentation issue. The OpenID doc page now tells you that gnu-social il y a 14 ans
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. il y a 14 ans
icons 206c090688 Squashed commit of the following: il y a 12 ans
lib a4739b0107 Move some last OpenID stuff into the OpenID plugin (XRDS) il y a 9 ans
locale d7fd6bac72 Snapshot of the Transifex translation project - October 2015 il y a 9 ans
OpenIDPlugin.php dc51354316 Merge branch 'readme-plugins' into 'nightly' il y a 8 ans
README a614205663 Add plugin READMEs il y a 8 ans
openid.php bc1f8b5db6 Merge branch 'master' of git.gnu.io:gnu/gnu-social into nightly il y a 7 ans

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