README 524 B

12345678910111213141516171819202122
  1. The OpenID plugin allows users to use OpenID to login.
  2. See: http://openid.net/
  3. Installation
  4. ============
  5. This plugin is enabled by default
  6. Settings
  7. ========
  8. openidonly: Whether we only allow logins through OpenID.
  9. trusted_provider: URL to the OpenID provider.
  10. append_username: Whether to append the username at the end of the OpenID URL
  11. Example
  12. =======
  13. $config['site']['openidonly'] = true;
  14. $config['openid']['trusted_provider'] = "http://example.org";
  15. $config['openid']['append_username'] = true;
  16. addPlugin('OpenID');