From a197bca0283bbe41c03ab52ace4f464ee49157a0 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Fri, 11 Apr 2014 14:04:32 +0530 Subject: Change to send email for password reset --- tbc/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tbc/views.py') 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 -- cgit