diff options
author | hardythe1 | 2014-04-11 14:04:32 +0530 |
---|---|---|
committer | hardythe1 | 2014-04-11 14:04:32 +0530 |
commit | a197bca0283bbe41c03ab52ace4f464ee49157a0 (patch) | |
tree | fa335c5a243ddd6cff9f9aa8fe9d84bfe5973015 /tbc/views.py | |
parent | d1f083f7631894193d57b0dd722608e491fcba63 (diff) | |
download | Python-TBC-Interface-a197bca0283bbe41c03ab52ace4f464ee49157a0.tar.gz Python-TBC-Interface-a197bca0283bbe41c03ab52ace4f464ee49157a0.tar.bz2 Python-TBC-Interface-a197bca0283bbe41c03ab52ace4f464ee49157a0.zip |
Change to send email for password reset
Diffstat (limited to 'tbc/views.py')
-rwxr-xr-x | tbc/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tbc/views.py b/tbc/views.py index e39efd2..ec9715b 100755 --- a/tbc/views.py +++ b/tbc/views.py @@ -212,7 +212,7 @@ def ForgotPassword(request): recommend that you update your password through the link given \ below, once you have logged in successfully.\ Link: http://tbc-python.fossee.in/update-password.\n\nThank You !" - #email_send(email, subject, message) + email_send(email, subject, message) form = UserLoginForm() context['form'] = form context['forgot_pass_redirection'] = True |