reset_password.html 471 B

123456789101112131415
  1. <subject>{{hostname}} Password reset at {{date}}</subject>
  2. Hello {{name}},
  3. To reset your {{appname}} password, please follow this link:
  4. https://{{hostname}}/reset/?action=confirm&user={{user}}&code={{resetcode}}
  5. Alternatively, you may go to https://{{hostname}}/reset/?action=code&user={{user}} and enter the following reset code:
  6. {{resetcode}}
  7. If you did not request password reset, please ignore this message and accept our apologies.
  8. Best regards,
  9. --
  10. {{appname}}