諏訪子 ccfa0c90ae もっともっともっともっとPHP 8.2対応 1 年之前
..
actions 6e1ce5fe60 PHP 8.2対応 1 年之前
classes 665e4574da [DATABASE] Fix index identifiers and clean up redundant ones 3 年之前
doc-src 5f0bda14de Fixed a documentation issue. The OpenID doc page now tells you that gnu-social 14 年之前
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. 14 年之前
lib f515e007ee もっともっとPHP8.2対応 1 年之前
locale 6e031d623a [VersionBump] 2.0.0beta0 3 年之前
OpenIDPlugin.php ccfa0c90ae もっともっともっともっとPHP 8.2対応 1 年之前
README a614205663 Add plugin READMEs 9 年之前
openid.php 318d2cb6ca Set the character set before making a connection 3 年之前

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