Add plugin READMEs

This commit is contained in:
Chimo
2016-01-22 16:01:24 +00:00
parent 2c5cba28b6
commit a614205663
87 changed files with 1468 additions and 8 deletions

21
plugins/OpenID/README Normal file
View File

@@ -0,0 +1,21 @@
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');