From ecc48ec6c108552b2250677c4b17caa00dd1c133 Mon Sep 17 00:00:00 2001 From: Diane Kaplan Date: Tue, 22 Oct 2024 10:53:06 -0400 Subject: [PATCH] wording update (#274) * wording update * also update first page --- .../registration/password_reset_done.html | 15 ++++++++------- .../registration/password_reset_form.html | 3 ++- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/mysite/familytree/templates/registration/password_reset_done.html b/mysite/familytree/templates/registration/password_reset_done.html index 99ebad8..ec817f0 100644 --- a/mysite/familytree/templates/registration/password_reset_done.html +++ b/mysite/familytree/templates/registration/password_reset_done.html @@ -2,14 +2,15 @@ {% block content %}

- If an account exists with the email you entered, we've emailed you instructions for setting your password. - You should receive them shortly. + If an account exists with the email you entered, see new email (arriving within a minute or so) for setting your password.

- If you don't receive an email, please make sure you've entered the address you previously registered with, - and check your spam folder for email with subject "Family tree account password reset". + If you don't see the email: +

+

-

- If you hit any problems, please let me know! -

{% endblock %} diff --git a/mysite/familytree/templates/registration/password_reset_form.html b/mysite/familytree/templates/registration/password_reset_form.html index da9c55b..01888e3 100644 --- a/mysite/familytree/templates/registration/password_reset_form.html +++ b/mysite/familytree/templates/registration/password_reset_form.html @@ -3,7 +3,8 @@ {% block content %}

Password reset

- Enter the email address that we used to set up your family tree account + Enter the email address that we used to set up your family tree account.
+ (Email me if you're not sure)
{% csrf_token %}