moved forgot pass to basic_auth plugin
authorRodney Ewing <ewing.rj@gmail.com>
Tue, 9 Jul 2013 00:00:37 +0000 (17:00 -0700)
committerRodney Ewing <ewing.rj@gmail.com>
Fri, 16 Aug 2013 17:28:47 +0000 (10:28 -0700)
commitaeae6cc29099c4bea84bbfd006615104ba719b1e
tree56a89bf2efa7d47596d95a9644e710d056c4262e
parentfb900ef27b65b3d220ce16972593869441b4c82c
moved forgot pass to basic_auth plugin
mediagoblin/auth/forms.py [deleted file]
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/templates/mediagoblin/plugins/basic_auth/change_fp.html [moved from mediagoblin/templates/mediagoblin/auth/change_fp.html with 100% similarity]
mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html [moved from mediagoblin/templates/mediagoblin/auth/forgot_password.html with 100% similarity]
mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/fp_verification_email.txt [moved from mediagoblin/templates/mediagoblin/auth/fp_verification_email.txt with 100% similarity]
mediagoblin/plugins/basic_auth/tools.py
mediagoblin/plugins/basic_auth/views.py [new file with mode: 0644]