諏訪子 ccfa0c90ae もっともっともっともっとPHP 8.2対応 il y a 1 an
..
actions 6e1ce5fe60 PHP 8.2対応 il y a 1 an
classes 665e4574da [DATABASE] Fix index identifiers and clean up redundant ones il y a 3 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
lib f515e007ee もっともっとPHP8.2対応 il y a 1 an
locale 6e031d623a [VersionBump] 2.0.0beta0 il y a 3 ans
OpenIDPlugin.php ccfa0c90ae もっともっともっともっとPHP 8.2対応 il y a 1 an
README a614205663 Add plugin READMEs il y a 9 ans
openid.php 318d2cb6ca Set the character set before making a connection il y a 3 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');