.gitignore
.travis.yml
CONTRIBUTORS.txt
LICENSE
MANIFEST.in
README.rst
manage.py
pytest.ini
requirements.pip
setup.py
.idea/django-ldap-user-registration.iml
.idea/markdown-navigator.xml
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml
.idea/markdown-navigator/profiles_settings.xml
django_ldap_user_registration.egg-info/PKG-INFO
django_ldap_user_registration.egg-info/SOURCES.txt
django_ldap_user_registration.egg-info/dependency_links.txt
django_ldap_user_registration.egg-info/requires.txt
django_ldap_user_registration.egg-info/top_level.txt
docs/Makefile
docs/conf.py
docs/configuration.rst
docs/development.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/overview.rst
test_data/ldap/add_content.ldif
test_data/ldap/debconf-slapd.conf
user/__init__.py
user/admin.py
user/apps.py
user/context_processors.py
user/exceptions.py
user/forms.py
user/ldap.py
user/models.py
user/passwd.py
user/tests.py
user/urls.py
user/utils.py
user/views.py
user/migrations/0001_initial.py
user/migrations/0002_userregistrationrecord.py
user/migrations/0003_auto_20180710_1347.py
user/migrations/0004_auto_20180712_1254.py
user/migrations/0005_auto_20180712_1308.py
user/migrations/0006_userregistrationrecord_ldap_password.py
user/migrations/0007_userregistrationrecord_department.py
user/migrations/__init__.py
user/static/user/styles.css
user/templates/user/index.html
user/templates/user/password_edit.html
user/templates/user/password_edit_success.html
user/templates/user/password_reset.html
user/templates/user/password_reset_success.html
user/templates/user/register.html
user/templates/user/register_activate_success.html
user/templates/user/register_success.html