aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/ldap/views.py
Commit message (Collapse)AuthorAgeFilesLines
* Use six.text_type instead of unicode().Berker Peksag2014-06-021-1/+4
| | | | I will be switch to use ``from __future__ import unicode_literals`` later.
* - fixed typo with unbinding codeRodney Ewing2013-08-151-3/+4
| | | | - added the ability to get the user's email from the ldap server upon registration
* ldap uses it own viewsRodney Ewing2013-08-151-9/+68
|
* starting ldap pluginRodney Ewing2013-08-151-0/+44