fix
This commit is contained in:
@@ -1,16 +1,13 @@
|
||||
Subject: Password Reset
|
||||
|
||||
Request for Your {{ .CompanyName }} Account
|
||||
Subject: Password Reset Request for Your {{ .CompanyName }} Account
|
||||
|
||||
Dear {{ .UserName }},
|
||||
|
||||
We have received your request to reset the password for your {{ .CompanyName }} account.
|
||||
|
||||
Please click the button below to confirm your new password:
|
||||
To proceed with the password reset, please click the button below to open the Reset Password page:
|
||||
|
||||
<a href="{{ .ConfirmationLink }}" target="_blank" style="background-color: #008CBA; color: #FFFFFF; text-decoration: none; padding: 10px 15px; border-radius: 3px; font-weight: bold;">Open ResetPassword Page</a>
|
||||
|
||||
This password reset confirmation link will expire in 60 minutes. Please let us know if you have any other questions!
|
||||
<button style="background-color: #008CBA; color: #FFFFFF; text-decoration: none; padding: 10px 15px; border-radius: 3px; font-weight: bold;"> <a href="{{ .ConfirmationLink }}" target="_blank" style="color: #FFFFFF; text-decoration: none;">Reset Password</a> </button>
|
||||
Please note that this password reset confirmation link will expire in 60 minutes. If you have any further questions, feel free to reach out to us.
|
||||
|
||||
Regards,
|
||||
{{ .SenderName }}
|
||||
|
||||
Reference in New Issue
Block a user