reset_password.txt 178 B

123456789
  1. Dear {{ user.username }},
  2. To reset your password click on the following link:
  3. {{ url_for('auth.reset_password', token=token, _external=True) }}
  4. Sincerely,
  5. The Administration