]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/OpenID/README
fixed parser error (opps)
[quix0rs-gnu-social.git] / plugins / OpenID / README
1 The OpenID plugin allows users to use OpenID to login.
2
3 See: http://openid.net/
4
5 Installation
6 ============
7 This plugin is enabled by default
8
9 Settings
10 ========
11 openidonly: Whether we only allow logins through OpenID.
12 trusted_provider: URL to the OpenID provider.
13 append_username: Whether to append the username at the end of the OpenID URL
14
15 Example
16 =======
17 $config['site']['openidonly'] = true;
18 $config['openid']['trusted_provider'] = "http://example.org";
19 $config['openid']['append_username'] = true;
20 addPlugin('OpenID');
21