Make auth configuration available via UI, remove FOSUserBundle and SAML-Bundle dependency
10 lines
190 B
Twig
10 lines
190 B
Twig
{% extends 'security/self-registration/layout.html.twig' %}
|
|
|
|
{% block login_form %}
|
|
|
|
<p>
|
|
{{ 'registration.check_email'|trans({'%email%': user.email}) }}
|
|
</p>
|
|
|
|
{% endblock %}
|