Add password recovery tool

All templates overridden for easier custom texts. Login_base.html for recovery and login pages
This commit is contained in:
Aarni Halinen
2017-10-31 19:05:13 +02:00
parent 752f3a6e39
commit b779ecaf14
11 changed files with 134 additions and 49 deletions
+1
View File
@@ -85,6 +85,7 @@ INSTALLED_APPS = [
'django_tables2',
'auditlog',
'phonenumber_field',
'password_reset',
]
TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'