aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/ldap
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #899 : DeprecationWarning about Required going away in WTForms 3.0. ↵Loïc Le Ninan2014-06-131-4/+4
| | | | Replaced Required with InputRequired.
* LDAP readme linkChristopher Allan Webber2013-11-301-0/+15
|
* catch a keyerrorRodney Ewing2013-08-151-5/+5
|
* typo in docsRodney Ewing2013-08-151-3/+3
|
* added docs for ldap pluginRodney Ewing2013-08-151-0/+49
|
* use pluginapi.get_configRodney Ewing2013-08-151-2/+2
|
* removed unused importRodney Ewing2013-08-151-1/+0
|
* added a create_account hookRodney Ewing2013-08-152-0/+33
|
* only create a user if the register_form is from the ldap pluginRodney Ewing2013-08-151-1/+2
|
* - fixed typo with unbinding codeRodney Ewing2013-08-152-6/+21
| | | | - added the ability to get the user's email from the ldap server upon registration
* - changed host and port to just a server uriRodney Ewing2013-08-151-4/+11
| | | | | - added an option to connect with TLS - unbind after when done
* ldap uses it own viewsRodney Ewing2013-08-154-47/+119
|
* starting ldap pluginRodney Ewing2013-08-153-0/+166