moved change_pass to basic_auth and fixed some typos with the moving of forgot pass
authorRodney Ewing <ewing.rj@gmail.com>
Tue, 9 Jul 2013 00:17:12 +0000 (17:17 -0700)
committerRodney Ewing <ewing.rj@gmail.com>
Fri, 16 Aug 2013 17:28:48 +0000 (10:28 -0700)
commitaf665c4eb9dfb53ef9ac28567f7f3806ed313093
treee82d356f4c89cb04cb4b5c469ba45a3685e1eb56
parentaeae6cc29099c4bea84bbfd006615104ba719b1e
moved change_pass to basic_auth and fixed some typos with the moving of forgot pass
12 files changed:
mediagoblin/edit/forms.py
mediagoblin/edit/routing.py
mediagoblin/edit/views.py
mediagoblin/plugins/basic_auth/forms.py
mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html
mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html [moved from mediagoblin/templates/mediagoblin/edit/change_pass.html with 95% similarity]
mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html
mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/verification.txt [new file with mode: 0644]
mediagoblin/plugins/basic_auth/views.py
mediagoblin/tests/test_auth.py
mediagoblin/tests/test_basic_auth.py
mediagoblin/tests/test_edit.py