You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
303 B

  1. Dear {{ user.username }},
  2. To reset your password click on the following link:
  3. {{ url_for('auth.password_reset', token=token, _external=True) }}
  4. If you have not requested a password reset simply ignore this message.
  5. Sincerely,
  6. The Flasky Team
  7. Note: replies to this email address are not monitored.