summaryrefslogtreecommitdiff
path: root/tbc/views.py
diff options
context:
space:
mode:
authorhardythe12014-04-11 14:04:32 +0530
committerhardythe12014-04-11 14:04:32 +0530
commita197bca0283bbe41c03ab52ace4f464ee49157a0 (patch)
treefa335c5a243ddd6cff9f9aa8fe9d84bfe5973015 /tbc/views.py
parentd1f083f7631894193d57b0dd722608e491fcba63 (diff)
downloadPython-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-xtbc/views.py2
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