CostHive/backend/web/templates/email/reset_password.txt

11 lines
226 B
Plaintext

Dear User,
To reset your password click on the following link:
{{ url_for('auth.reset_password', token=token, _external=True) }}
If you have not requested a password reset simply ignore this message.
Sincerely,
The Admins