From 9dc0aa5131b88d3f3daceb755ac68e29b8bb8b21 Mon Sep 17 00:00:00 2001 From: eson <9673575+githubcontent@user.noreply.gitee.com> Date: Tue, 5 Sep 2023 16:26:51 +0800 Subject: [PATCH] fix --- fs_template/get_reset_password_html.tpl | 62 +++++++++++++++++++------ 1 file changed, 47 insertions(+), 15 deletions(-) diff --git a/fs_template/get_reset_password_html.tpl b/fs_template/get_reset_password_html.tpl index 95a5917d..11dbfc86 100644 --- a/fs_template/get_reset_password_html.tpl +++ b/fs_template/get_reset_password_html.tpl @@ -1,15 +1,47 @@ -Subject: Password Reset Request for Your {{ .CompanyName }} Account - -Dear {{ .UserName }}, - -We have received your request to reset the password for your {{ .CompanyName }} account. - -To proceed with the password reset, please click the button below to open the Reset Password page: - - -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 }} -{{ .SenderTitle }} -{{ .CompanyName }} \ No newline at end of file + + + + +Password Reset Request + + + + + + +
+ + + + + + + +
+

Password Reset Request

+
+

Dear {{ .UserName }},

+

We have received your request to reset the password for your {{ .CompanyName }} account.

+

To proceed with the password reset, please click the button below:

+ + + + +
+ + + + +
+ Reset Password +
+
+

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 }}
+ {{ .SenderTitle }}
+ {{ .CompanyName }}

+
+
+ + \ No newline at end of file