diff -r 7dae32a2439b -r 115860e87238 templates/password_reset.html --- a/templates/password_reset.html Mon Apr 12 18:15:21 2010 +0530 +++ b/templates/password_reset.html Tue Apr 13 10:50:29 2010 +0530 @@ -1,7 +1,8 @@ {% extends "base.html" %} {% block content %} {% if new_password %} - Your password has been reset to {{ new_password }}. Click here to return to home page. + Your password is "{{ new_password }}". This will be sent to your email id when app is on FOSSEE.
+ Click here to return to home page. {% else %}
{{form.as_p}}