django-allauth-ens/allauth_ens
Aurélien Delobelle ce1e7d1099 Complete !1
- Force python-ldap >= 3 to get proper bytes/string management.
- Replace common['name'] with common['first_name'] because the name is
  already broken by get_names. Actually, allauth breaks down
  common['name'] in 'first_name + last_name'.
- Decrease timeout of LDAP requests to 5s.
- Fix get_names in case the LDAP returned a string without any space
  character.
- Fix get_names in case the LDAP doesn't return any cn, which was
  failing with Py3.
- Add tests about populating user data from LDAP.
2018-09-29 22:28:21 +02:00
..
providers Complete !1 2018-09-29 22:28:21 +02:00
scss Fix layout 2018-05-14 15:34:22 +02:00
static Merge branch 'aureplop/fix-layout' into 'master' 2018-05-15 10:23:38 +02:00
templates Merge branch 'aureplop/fix-layout' into 'master' 2018-05-15 10:23:38 +02:00
templatetags Eww, hard to sum up… 2018-01-16 16:57:18 +01:00
__init__.py Beta release 2018-01-25 22:53:44 +01:00
apps.py Eww, hard to sum up… 2018-01-16 16:57:18 +01:00
tests.py Eww, hard to sum up… 2018-01-16 16:57:18 +01:00
urls.py Minor changes 2017-09-16 02:33:40 +02:00
views.py Eww, hard to sum up… 2018-01-16 16:57:18 +01:00