Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes #899 : DeprecationWarning about Required going away in WTForms 3.0. ↵ | Loïc Le Ninan | 2014-06-13 | 1 | -4/+4 |
| | | | | Replaced Required with InputRequired. | ||||
* | LDAP readme link | Christopher Allan Webber | 2013-11-30 | 1 | -0/+15 |
| | |||||
* | catch a keyerror | Rodney Ewing | 2013-08-15 | 1 | -5/+5 |
| | |||||
* | typo in docs | Rodney Ewing | 2013-08-15 | 1 | -3/+3 |
| | |||||
* | added docs for ldap plugin | Rodney Ewing | 2013-08-15 | 1 | -0/+49 |
| | |||||
* | use pluginapi.get_config | Rodney Ewing | 2013-08-15 | 1 | -2/+2 |
| | |||||
* | removed unused import | Rodney Ewing | 2013-08-15 | 1 | -1/+0 |
| | |||||
* | added a create_account hook | Rodney Ewing | 2013-08-15 | 2 | -0/+33 |
| | |||||
* | only create a user if the register_form is from the ldap plugin | Rodney Ewing | 2013-08-15 | 1 | -1/+2 |
| | |||||
* | - fixed typo with unbinding code | Rodney Ewing | 2013-08-15 | 2 | -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 uri | Rodney Ewing | 2013-08-15 | 1 | -4/+11 |
| | | | | | - added an option to connect with TLS - unbind after when done | ||||
* | ldap uses it own views | Rodney Ewing | 2013-08-15 | 4 | -47/+119 |
| | |||||
* | starting ldap plugin | Rodney Ewing | 2013-08-15 | 3 | -0/+166 |