Refactor authentication system (#2602)
Make auth configuration available via UI, remove FOSUserBundle and SAML-Bundle dependency
This commit is contained in:
11
templates/security/password-reset/check_email.html.twig
Normal file
11
templates/security/password-reset/check_email.html.twig
Normal file
@@ -0,0 +1,11 @@
|
||||
{% extends 'security/password-reset/layout.html.twig' %}
|
||||
|
||||
{% block login_form %}
|
||||
|
||||
<p>
|
||||
{{ 'resetting.check_email'|trans({'%tokenLifetime%': tokenLifetime})|nl2br }}
|
||||
</p>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user