Adding fotgot password functionality
authorAlejandro Villanueva <admin@ialex.org>
Thu, 21 Jul 2011 16:55:41 +0000 (11:55 -0500)
committerCaleb Forbes Davis V <caldavis@gmail.com>
Mon, 29 Aug 2011 01:08:14 +0000 (20:08 -0500)
commit25ba955e20e9262f2599a21d234511b724569717
tree4a6fc14ccd9a426f78f2b16377cdc0699bcc9747
parentad56a4826b987a0fa8f65849d3611f61cc1f50d6
Adding fotgot password functionality
12 files changed:
mediagoblin/auth/forms.py
mediagoblin/auth/lib.py
mediagoblin/auth/routing.py
mediagoblin/auth/views.py
mediagoblin/db/migrations.py
mediagoblin/db/models.py
mediagoblin/templates/mediagoblin/auth/change_fp.html [new file with mode: 0644]
mediagoblin/templates/mediagoblin/auth/forgot_password.html [new file with mode: 0644]
mediagoblin/templates/mediagoblin/auth/fp_changed_success.html [new file with mode: 0644]
mediagoblin/templates/mediagoblin/auth/fp_email_sent.html [new file with mode: 0644]
mediagoblin/templates/mediagoblin/auth/fp_verification_email.txt [new file with mode: 0644]
mediagoblin/templates/mediagoblin/auth/login.html