CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
setup.py
django_simple_email_auth.egg-info/PKG-INFO
django_simple_email_auth.egg-info/SOURCES.txt
django_simple_email_auth.egg-info/dependency_links.txt
django_simple_email_auth.egg-info/requires.txt
django_simple_email_auth.egg-info/top_level.txt
docs/Makefile
docs/changelog-proxy.rst
docs/conf.py
docs/index.rst
docs/installation.rst
docs/templates.rst
email_auth/__init__.py
email_auth/admin.py
email_auth/apps.py
email_auth/authentication.py
email_auth/models.py
email_auth/migrations/0001_initial.py
email_auth/migrations/0002_emailverification.py
email_auth/migrations/0003_rm_emailaddress_normalizedaddress.py
email_auth/migrations/0004_passwordreset.py
email_auth/migrations/__init__.py
email_auth/templates/email_auth/emails/already-verified.txt
email_auth/templates/email_auth/emails/duplicate-email.txt
email_auth/templates/email_auth/emails/reset-password.txt
email_auth/templates/email_auth/emails/verify-email.txt
email_auth/test/__init__.py
email_auth/test/test_utils.py
email_auth/test/authentication/__init__.py
email_auth/test/authentication/test_verified_email_backend.py
email_auth/test/models/__init__.py
email_auth/test/models/test_email_address_model.py
email_auth/test/models/test_email_verification_model.py
email_auth/test/models/test_generate_token.py
email_auth/test/models/test_password_reset_model.py