forked from Nixius/authelia
Reset email: a250.ca branding, set or reset password, 2FA note
Made-with: Cursor
This commit is contained in:
parent
3f5320043c
commit
aabdf575e7
|
|
@ -4,9 +4,10 @@
|
|||
<body>
|
||||
<h1>{{ .Title }}</h1>
|
||||
<p>Hi {{ .DisplayName }},</p>
|
||||
<p>This email was sent to verify your identity. Click the link below to reset your password.</p>
|
||||
<p>You requested to set or reset your password for your <a href="https://bc.a250.ca">a250.ca</a> workspace.</p>
|
||||
<p>Click the link below to choose your password. You will also need to enable two-factor authentication or a passkey.</p>
|
||||
<p><a href="{{ replace "%2Flogin" "/login" .LinkURL }}">{{ .LinkText }}</a></p>
|
||||
<p>If you did not request this, you can safely ignore this email.</p>
|
||||
<p>This link was requested from {{ .RemoteIP }}.</p>
|
||||
<p>If you did not request this, you can safely ignore this email — no changes will be made.</p>
|
||||
<p style="color:#888;font-size:0.85em;">Requested from {{ .RemoteIP }}.</p>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -2,10 +2,12 @@
|
|||
|
||||
Hi {{ .DisplayName }},
|
||||
|
||||
This email was sent to verify your identity. Use the link below to reset your password:
|
||||
You requested to set or reset your password for your a250.ca workspace (https://bc.a250.ca).
|
||||
|
||||
Use the link below to choose your password. You will also need to enable two-factor authentication or a passkey.
|
||||
|
||||
{{ replace "%2Flogin" "/login" .LinkURL }}
|
||||
|
||||
If you did not request this, you can safely ignore this email.
|
||||
If you did not request this, you can safely ignore this email — no changes will be made.
|
||||
|
||||
This link was requested from {{ .RemoteIP }}.
|
||||
Requested from {{ .RemoteIP }}.
|
||||
|
|
|
|||
Loading…
Reference in New Issue