1 The OpenID plugin allows users to use OpenID to login.
3 See: http://openid.net/
7 This plugin is enabled by default
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
17 $config['site']['openidonly'] = true;
18 $config['openid']['trusted_provider'] = "http://example.org";
19 $config['openid']['append_username'] = true;