Skip to content

Commit

Permalink
add expiration time to authentik password reset email template
Browse files Browse the repository at this point in the history
  • Loading branch information
mahula committed Oct 16, 2024
1 parent 8097643 commit d6e265a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authentik/templates/dreammall_password_reset.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ <h3 class="default-heading3" style="margin: 0; color: #392f65; font-family: Robo
<div>
<p style="margin: 0; font-style: normal; font-weight: 400; text-decoration-style: initial; text-decoration-thickness: initial;">
<span style="color: #404040; font-size: 14px;">Wenn du kein neues Passwort beantragt hast, ignoriere bitte diese E-Mail. </span><br>
<span style="color: #404040; font-size: 14px;">Der Link ist 30 Minuten gültig.</span>
<span style="color: #404040; font-size: 14px;">Der Link ist {{ expires }} Minuten gültig.</span>
</p>
<p style="margin: 0; font-style: normal; font-weight: 400; text-decoration-style: initial; text-decoration-thickness: initial;">
</p>
Expand Down

0 comments on commit d6e265a

Please sign in to comment.