mmn dc51354316 Merge branch 'readme-plugins' into 'nightly' 9 anos atrás
..
actions 99f2aba6e1 Fix: Cannot remove OpenID 9 anos atrás
classes 99f2aba6e1 Fix: Cannot remove OpenID 9 anos atrás
doc-src 5f0bda14de Fixed a documentation issue. The OpenID doc page now tells you that gnu-social 15 anos atrás
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 anos atrás
icons 206c090688 Squashed commit of the following: 12 anos atrás
lib a4739b0107 Move some last OpenID stuff into the OpenID plugin (XRDS) 10 anos atrás
locale d7fd6bac72 Snapshot of the Transifex translation project - October 2015 9 anos atrás
OpenIDPlugin.php dc51354316 Merge branch 'readme-plugins' into 'nightly' 9 anos atrás
README a614205663 Add plugin READMEs 9 anos atrás
openid.php da168674f9 OpenID settings aligned with FormAction 9 anos atrás

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