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.

8 lines
204 B

4 years ago
  1. Hello {{ user.username }},
  2. Here is your password reset link:
  3. {{ url_for('auth.reset_password', token=token, _external=True) }}
  4. (Please do not reply to this notification, this inbox is not monitored.)