first commit
This commit is contained in:
21
templates/email/password_reset.txt
Normal file
21
templates/email/password_reset.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
Password Reset Request
|
||||
|
||||
Hi{% if user.first_name %} {{ user.first_name }}{% endif %},
|
||||
|
||||
We received a request to reset your password. To choose a new password, please visit the following link:
|
||||
|
||||
{{ protocol }}://{{ domain }}/{{ url }}
|
||||
|
||||
This password reset link will expire in 1 hour for security reasons.
|
||||
|
||||
If you didn't request a password reset, please ignore this email and your password will remain unchanged.
|
||||
|
||||
For security reasons, we recommend that you:
|
||||
- Choose a strong, unique password
|
||||
- Don't reuse passwords from other sites
|
||||
- Enable two-factor authentication if available
|
||||
|
||||
---
|
||||
This is an automated message, please do not reply to this email.
|
||||
© {{ site_name }} - All rights reserved
|
||||
|
||||
Reference in New Issue
Block a user