backend/app/email-templates/reset_password.html
Reset your {{ project_name }} password
|
|
{{ project_name }}
|
|
Hi {{ username }},
We've received a request to reset the password for your {{ project_name }} account. Choose a new one by clicking the button below:
Or copy and paste this link into your browser:
{{ link }}
This link will expire in {{ valid_hours }} hours.
If you didn't request a password recovery, you can safely ignore this email.
|
|
© 2026 {{ project_name }}. All rights reserved.
|
|