V-Beta-1.0.0
Vision is out of alpha !
This commit is contained in:
12
templates/_emails/resetpassword.html.twig
Normal file
12
templates/_emails/resetpassword.html.twig
Normal file
@@ -0,0 +1,12 @@
|
||||
{% extends '_emails/_template.html.twig' %}
|
||||
{% block emailcontent %}
|
||||
<h1>{% trans %}hi{% endtrans %}</h1>
|
||||
|
||||
<p>{% trans %}email_text_confirm_by_clicking{% endtrans %}</p>
|
||||
|
||||
<a href="{{ url('app_reset_password', {token: resetToken.token}) }}">{{ url('app_reset_password', {token: resetToken.token}) }}</a>
|
||||
|
||||
<p>{% trans %}email_text_link_expire_in{% endtrans %} {{ resetToken.expirationMessageKey|trans(resetToken.expirationMessageData, 'ResetPasswordBundle') }}.</p>
|
||||
|
||||
<p>{% trans %}cheers{% endtrans %} !</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user