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