Refactor authentication system (#2602)
Make auth configuration available via UI, remove FOSUserBundle and SAML-Bundle dependency
This commit is contained in:
16
templates/security/self-registration/confirmed.html.twig
Normal file
16
templates/security/self-registration/confirmed.html.twig
Normal file
@@ -0,0 +1,16 @@
|
||||
{% extends 'security/self-registration/layout.html.twig' %}
|
||||
|
||||
{% block login_form %}
|
||||
|
||||
<p>
|
||||
{{ 'registration.confirmed'|trans({'%username%': user.username}, 'AdminLTEBundle') }}
|
||||
</p>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block login_actions %}
|
||||
<br>
|
||||
<a href="{{ path('homepage') }}">
|
||||
{{ 'Show homepage'|trans({}, 'AdminLTEBundle') }}
|
||||
</a>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user