AUTHORS
CHANGELOG
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
django_registration_redux.egg-info/PKG-INFO
django_registration_redux.egg-info/SOURCES.txt
django_registration_redux.egg-info/dependency_links.txt
django_registration_redux.egg-info/top_level.txt
docs/Makefile
docs/admin-approval-backend.rst
docs/conf.py
docs/default-backend.rst
docs/faq.rst
docs/forms.rst
docs/index.rst
docs/make.bat
docs/quickstart.rst
docs/release-notes.rst
docs/signals.rst
docs/simple-backend.rst
docs/upgrade.rst
docs/urls.rst
docs/views.rst
registration/__init__.py
registration/admin.py
registration/auth_urls.py
registration/forms.py
registration/models.py
registration/signals.py
registration/users.py
registration/utils.py
registration/views.py
registration/backends/__init__.py
registration/backends/admin_approval/__init__.py
registration/backends/admin_approval/urls.py
registration/backends/admin_approval/views.py
registration/backends/default/__init__.py
registration/backends/default/urls.py
registration/backends/default/views.py
registration/backends/simple/__init__.py
registration/backends/simple/urls.py
registration/backends/simple/views.py
registration/locale/ar/LC_MESSAGES/django.mo
registration/locale/ar/LC_MESSAGES/django.po
registration/locale/bg/LC_MESSAGES/django.mo
registration/locale/bg/LC_MESSAGES/django.po
registration/locale/ca/LC_MESSAGES/django.mo
registration/locale/ca/LC_MESSAGES/django.po
registration/locale/cs/LC_MESSAGES/django.mo
registration/locale/cs/LC_MESSAGES/django.po
registration/locale/da/LC_MESSAGES/django.mo
registration/locale/da/LC_MESSAGES/django.po
registration/locale/de/LC_MESSAGES/django.mo
registration/locale/de/LC_MESSAGES/django.po
registration/locale/el/LC_MESSAGES/django.mo
registration/locale/el/LC_MESSAGES/django.po
registration/locale/en/LC_MESSAGES/django.mo
registration/locale/en/LC_MESSAGES/django.po
registration/locale/es/LC_MESSAGES/django.mo
registration/locale/es/LC_MESSAGES/django.po
registration/locale/es_AR/LC_MESSAGES/django.mo
registration/locale/es_AR/LC_MESSAGES/django.po
registration/locale/fa/LC_MESSAGES/django.mo
registration/locale/fa/LC_MESSAGES/django.po
registration/locale/fr/LC_MESSAGES/django.mo
registration/locale/fr/LC_MESSAGES/django.po
registration/locale/he/LC_MESSAGES/django.mo
registration/locale/he/LC_MESSAGES/django.po
registration/locale/hr/LC_MESSAGES/django.mo
registration/locale/hr/LC_MESSAGES/django.po
registration/locale/hu/LC_MESSAGES/django.mo
registration/locale/hu/LC_MESSAGES/django.po
registration/locale/is/LC_MESSAGES/django.mo
registration/locale/is/LC_MESSAGES/django.po
registration/locale/it/LC_MESSAGES/django.mo
registration/locale/it/LC_MESSAGES/django.po
registration/locale/ja/LC_MESSAGES/django.mo
registration/locale/ja/LC_MESSAGES/django.po
registration/locale/ko/LC_MESSAGES/django.mo
registration/locale/ko/LC_MESSAGES/django.po
registration/locale/nb/LC_MESSAGES/django.mo
registration/locale/nb/LC_MESSAGES/django.po
registration/locale/nl/LC_MESSAGES/django.mo
registration/locale/nl/LC_MESSAGES/django.po
registration/locale/pl/LC_MESSAGES/django.mo
registration/locale/pl/LC_MESSAGES/django.po
registration/locale/pt/LC_MESSAGES/django.mo
registration/locale/pt/LC_MESSAGES/django.po
registration/locale/pt_BR/LC_MESSAGES/django.mo
registration/locale/pt_BR/LC_MESSAGES/django.po
registration/locale/ru/LC_MESSAGES/django.mo
registration/locale/ru/LC_MESSAGES/django.po
registration/locale/sl/LC_MESSAGES/django.mo
registration/locale/sl/LC_MESSAGES/django.po
registration/locale/sr/LC_MESSAGES/django.mo
registration/locale/sr/LC_MESSAGES/django.po
registration/locale/sv/LC_MESSAGES/django.mo
registration/locale/sv/LC_MESSAGES/django.po
registration/locale/th/LC_MESSAGES/django.po
registration/locale/tr_TR/LC_MESSAGES/django.mo
registration/locale/tr_TR/LC_MESSAGES/django.po
registration/locale/zh_CN/LC_MESSAGES/django.mo
registration/locale/zh_CN/LC_MESSAGES/django.po
registration/locale/zh_TW/LC_MESSAGES/django.mo
registration/locale/zh_TW/LC_MESSAGES/django.po
registration/management/__init__.py
registration/management/commands/__init__.py
registration/management/commands/cleanupregistration.py
registration/migrations/0001_initial.py
registration/migrations/0002_registrationprofile_activated.py
registration/migrations/0003_migrate_activatedstatus.py
registration/migrations/0004_supervisedregistrationprofile.py
registration/migrations/0005_activation_key_sha256.py
registration/migrations/__init__.py
registration/templates/registration/activate.html
registration/templates/registration/activation_complete.html
registration/templates/registration/activation_complete_admin_pending.html
registration/templates/registration/activation_email.html
registration/templates/registration/activation_email.txt
registration/templates/registration/activation_email_subject.txt
registration/templates/registration/admin_approve.html
registration/templates/registration/admin_approve_complete.html
registration/templates/registration/admin_approve_complete_email.html
registration/templates/registration/admin_approve_complete_email.txt
registration/templates/registration/admin_approve_complete_email_subject.txt
registration/templates/registration/admin_approve_email.html
registration/templates/registration/admin_approve_email.txt
registration/templates/registration/admin_approve_email_subject.txt
registration/templates/registration/login.html
registration/templates/registration/logout.html
registration/templates/registration/password_change_done.html
registration/templates/registration/password_change_form.html
registration/templates/registration/password_reset_complete.html
registration/templates/registration/password_reset_confirm.html
registration/templates/registration/password_reset_done.html
registration/templates/registration/password_reset_email.html
registration/templates/registration/password_reset_form.html
registration/templates/registration/registration_base.html
registration/templates/registration/registration_closed.html
registration/templates/registration/registration_complete.html
registration/templates/registration/registration_form.html
registration/templates/registration/resend_activation_complete.html
registration/templates/registration/resend_activation_form.html
registration/tests/__init__.py
registration/tests/admin_actions.py
registration/tests/admin_approval_backend.py
registration/tests/default_backend.py
registration/tests/forms.py
registration/tests/forms_custom_user.py
registration/tests/models.py
registration/tests/simple_backend.py
registration/tests/urls.py
test_app/__init__.py
test_app/models.py
test_app/settings.py
test_app/settings_test.py
test_app/urls_admin_approval.py
test_app/urls_default.py
test_app/urls_simple.py