composer update && rewrite user authentication page names
This commit is contained in:
@@ -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">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user