Mercurial > public > sg101
comparison gpp/templates/accounts/password_reset_sent.html @ 78:4edfea7f8620
#29 - Implementing the forgotten password reset process.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 12 Jul 2009 18:02:44 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
77:d5eed0a91a05 | 78:4edfea7f8620 |
---|---|
1 {% extends 'base.html' %} | |
2 {% block title %}Password Reset Instructions Sent{% endblock %} | |
3 {% block content %} | |
4 <h2>Password Reset Instructions Sent</h2> | |
5 <p> | |
6 Instructions on how to reset your password have been sent to your email address. Please visit the | |
7 link provided in the email to reset your password. | |
8 </p> | |
9 <p>If you do not receive the email within a few minutes, please check any spam folders.</p> | |
10 {% endblock %} |