-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f31f4ab
commit 3e35d0c
Showing
1 changed file
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,15 @@ | |
|
||
{% block content %} | ||
<p> | ||
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. | ||
</p> | ||
<p> | ||
If you don't receive an email, please make sure you've entered the address you previously registered with, | ||
and <b>check your spam folder for email with subject "Family tree account password reset"</b>. | ||
If you don't see the email: | ||
<ul> | ||
<li><b>check your spam folder for email with subject "Family tree account password reset"</b></li> | ||
<li>make sure you've entered the address you previously registered with</li> | ||
<li><a href="mailto:[email protected]?subject=Family tree user request">Email me</a> to let me know!</li> | ||
</ul> | ||
|
||
</p> | ||
<p> | ||
If you hit any problems, please <a href="mailto:[email protected]?subject=Family tree user request">let me know</a>! | ||
</p> | ||
{% endblock %} |