Browse Source

Add email to account recovery steps

merge-requests/45/head
Bauke 6 years ago
committed by Deimos
parent
commit
191f2d8eb2
  1. 2
      tildes/tildes/templates/settings_account_recovery.jinja2

2
tildes/tildes/templates/settings_account_recovery.jinja2

@ -15,7 +15,7 @@
<p>Because of this, the account recovery process has to be initiated differently from most sites:</p>
<ol>
<li>If you lose access to your account, you send an email from the associated address, requesting a password reset for that specific username.</li>
<li>If you lose access to your account, send an email from the associated address to <a href="mailto:password@tildes.net">password@tildes.net</a>, requesting a password reset for that specific username.</li>
<li>The sending email address is hashed, and if the result matches the stored hash for that user, a message is sent back (to the same address) that includes a password reset link.</li>
<li>You receive the email, reset your password, and are able to log into the account again.</li>
</ol>

Loading…
Cancel
Save