Mercurial > public > sg101
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gpp/templates/accounts/password_reset_sent.html Sun Jul 12 18:02:44 2009 +0000 @@ -0,0 +1,10 @@ +{% extends 'base.html' %} +{% block title %}Password Reset Instructions Sent{% endblock %} +{% block content %} +<h2>Password Reset Instructions Sent</h2> +<p> +Instructions on how to reset your password have been sent to your email address. Please visit the +link provided in the email to reset your password. +</p> +<p>If you do not receive the email within a few minutes, please check any spam folders.</p> +{% endblock %}