{% blocktrans %}password reset confirmation{% endblocktrans %}
{% blocktrans %}hello {{ user_first_name }},{% endblocktrans %}
{% blocktrans %}we have received a request to reset your password. please reset your password by clicking the button below:{% endblocktrans %}
{% blocktrans %}reset password{% endblocktrans %}
{% blocktrans %}if the button above does not work, please copy and paste the following URL into your web browser:{% endblocktrans %}
{{ reset_link }}
{% blocktrans %}if you did not send this request, please ignore this email.{% endblocktrans %}
{% blocktrans %}best regards, The {{ project_name }} team{% endblocktrans %}
|