diff --git a/tildes/tildes/templates/settings_account_recovery.jinja2 b/tildes/tildes/templates/settings_account_recovery.jinja2 index b10cc75..7f0b942 100644 --- a/tildes/tildes/templates/settings_account_recovery.jinja2 +++ b/tildes/tildes/templates/settings_account_recovery.jinja2 @@ -15,7 +15,7 @@

Because of this, the account recovery process has to be initiated differently from most sites:

    -
  1. If you lose access to your account, you send an email from the associated address, requesting a password reset for that specific username.
  2. +
  3. If you lose access to your account, send an email from the associated address to password@tildes.net, requesting a password reset for that specific username.
  4. 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.
  5. You receive the email, reset your password, and are able to log into the account again.