g_sto/modules/backend/views/mail/restore.htm

14 lines
357 B
HTML
Raw Normal View History

2023-09-14 20:16:27 +00:00
subject = "Password Reset"
layout = "system"
description = "Reset an admin password"
==
Hello {{ name }}
Somebody has requested a password reset for your account, if this was not you, please ignore this email.
You can use the following link to restore your password:
{% partial 'button' url=link type='positive' body %}
Restore password
{% endpartial %}