forked from GNUsocial/gnu-social
1e4063254b
UI: - "Delete" area is now "Actions" area - Updated themes to better reflect the changes Routes: - index.php?action=finishsyncopenid => finishsyncopenid Translations: - Updated OpenID translation files - Updated OpenID POT file Versioning: - Bump OpenID minor version - Bump GS patch version Why would have labeling the Synchronize button of Sync been of bad taste? - answered by XRevan86: In "synchronise" "ch" is a digraph meaning /k/ (actually /x/ turned into /k/ in English but whatever). So… not separate letters. It's like "ph" in "alphabet", or "sh" in "sheep", or "ch" in "chop" -- "ch" can mean a whole variety of sounds. |
||
---|---|---|
.. | ||
actions | ||
classes | ||
doc-src | ||
extlib | ||
icons | ||
lib | ||
locale | ||
openid.php | ||
OpenIDPlugin.php | ||
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');