Diogo Cordeiro e985845c90 [PLUGINS] Removed GeoURL as the service doesn't exist anymore 6 tahun lalu
..
actions c93547b080 [OpenID] Added support for GS's Internal Session Handler 6 tahun lalu
classes d1fc7c0774 [CORE] MySQL 5.5 support fully restored 6 tahun lalu
doc-src 5f0bda14de Fixed a documentation issue. The OpenID doc page now tells you that gnu-social 15 tahun lalu
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 tahun lalu
lib a4739b0107 Move some last OpenID stuff into the OpenID plugin (XRDS) 10 tahun lalu
locale e985845c90 [PLUGINS] Removed GeoURL as the service doesn't exist anymore 6 tahun lalu
OpenIDModule.php c90cb2f413 [CORE] Refactor Plugin API to Module API 6 tahun lalu
README a614205663 Add plugin READMEs 9 tahun lalu
openid.php c93547b080 [OpenID] Added support for GS's Internal Session Handler 6 tahun lalu

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