Private
Public Access
1
0

composer update && rewrite user authentication page names

This commit is contained in:
2017-01-31 10:39:04 +01:00
parent 94ebe9a428
commit 8851a6d68b
9 changed files with 449 additions and 307 deletions

View File

@@ -2,7 +2,7 @@
{% trans_default_domain 'FOSUserBundle' %}
{% block title %} - Sign in{% endblock %}
{% block title %} - Login{% endblock %}
{% block fos_user_content %}
{% if error %}
@@ -16,7 +16,7 @@
border="0"/>
</a>
</div>
<h1>Sign in</h1>
<h1>Login</h1>
<form action="{{ path("fos_user_security_check") }}" method="post"
class="ac-custom ac-checkbox ac-boxfill">