moving forgot_password views back to gmg/auth and cleanup
authorRodney Ewing <ewing.rj@gmail.com>
Sat, 25 May 2013 01:09:57 +0000 (18:09 -0700)
committerRodney Ewing <ewing.rj@gmail.com>
Sat, 25 May 2013 01:09:57 +0000 (18:09 -0700)
commitf339b76a4ee04571bd0a94d20a5d53d7f3d8d235
tree0d12a43f16ca907bf5e31b27b1abf949908b42b8
parent9008e09941ee7621fc375edb485120a54abd6ad1
moving forgot_password views back to gmg/auth and cleanup
15 files changed:
mediagoblin/auth/routing.py
mediagoblin/auth/tools.py
mediagoblin/auth/views.py
mediagoblin/plugins/basic_auth/__init__.py
mediagoblin/plugins/basic_auth/forms.py
mediagoblin/plugins/basic_auth/lib.py
mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html [deleted file]
mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html [deleted file]
mediagoblin/plugins/basic_auth/views.py [deleted file]
mediagoblin/templates/mediagoblin/auth/forgot_password.html
mediagoblin/templates/mediagoblin/auth/login.html
mediagoblin/tests/auth_configs/basic_auth_appconfig.ini [deleted file]
mediagoblin/tests/basic_auth_appconfig.ini [deleted file]
mediagoblin/tests/test_auth.py
mediagoblin/tests/test_basic_auth.py