mirror of
https://github.com/simple-login/app.git
synced 2024-11-18 01:40:38 +01:00
Improve password-reset email
This commit is contained in:
parent
ac12e1677b
commit
95e60fbf86
1 changed files with 3 additions and 1 deletions
|
@ -3,10 +3,12 @@
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{{ render_text("Hi " + name) }}
|
{{ render_text("Hi " + name) }}
|
||||||
{{ render_text("You have asked to change your password.") }}
|
{{ render_text("You have asked to change your password.") }}
|
||||||
{{ render_text("To confirm, please click on the button below or use this link " + reset_password_link + " within 1 hour.") }}
|
{{ render_text("To confirm, please click on the button below within 1 hour.") }}
|
||||||
{{ render_button("Reset your password", reset_password_link) }}
|
{{ render_button("Reset your password", reset_password_link) }}
|
||||||
|
|
||||||
{{ render_text("If the password token has expired, you can request a new link by following the same process as before.") }}
|
{{ render_text("If the password token has expired, you can request a new link by following the same process as before.") }}
|
||||||
{{ render_text("If you did not request a password reset, no further action is required.") }}
|
{{ render_text("If you did not request a password reset, no further action is required.") }}
|
||||||
|
{{ render_text('Thanks, <br />SimpleLogin Team.') }}
|
||||||
|
{{ raw_url(reset_password_link) }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue