more
This commit is contained in:
parent
5079d8fad4
commit
ebd3dcea87
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p>
|
<p>
|
||||||
Hello {{.UserName}}! This is your Two Factor Authentication code to finish logging in to {{.SiteName}}. If you did not request this code,
|
Hello {{.FullName}}! This is your Two Factor Authentication code to finish logging in to {{.SiteName}}. If you did not request this code,
|
||||||
please contact us immediately. This code will expire in 30 minutes.<br><br>
|
please contact us immediately. This code will expire in 30 minutes.<br><br>
|
||||||
<h1>Your 2FA code is: {{.Code}}</h1>
|
<h1>Your 2FA code is: {{.Code}}</h1>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<p>Hello {{.UserName}}! Someone (hopefully you) has attempted an account recovery at {{.SiteName}}. If this was
|
<p>Hello {{.UserName}}! Someone (hopefully you) has attempted an account recovery at {{.SiteName}}.<br> If this was
|
||||||
you, enter the following code to regain access: {{.RecoveryCode}}<br> If this was not you, you can safely
|
you, enter the following code to regain access: {{.RecoveryCode}}<br> If this was not you, you can safely
|
||||||
ignore this email.</p>
|
ignore this email.</p>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue