V-Beta-1.0.0

Vision is out of alpha !
This commit is contained in:
Xbird
2022-02-02 17:46:29 +01:00
parent 797bf35b47
commit 9f22f5b1ee
2297 changed files with 278438 additions and 76 deletions

View 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 %}