Make auth configuration available via UI, remove FOSUserBundle and SAML-Bundle dependency
12 lines
203 B
Twig
12 lines
203 B
Twig
{% extends 'security/password-reset/layout.html.twig' %}
|
|
|
|
{% block login_form %}
|
|
|
|
<p>
|
|
{{ 'resetting.check_email'|trans({'%tokenLifetime%': tokenLifetime})|nl2br }}
|
|
</p>
|
|
|
|
{% endblock %}
|
|
|
|
|