Repository URL to install this package:
|
Version:
6.2.10 ▾
|
{% if error %}
<div>{{ error.messageKey|trans(error.messageData, 'security') }}</div>
{% endif %}
<form action="{{ path('digital_ascetic_base_user_security_login') }}" method="post">
{% if csrf_token is defined and csrf_token is not null %}
<input type="hidden" name="_csrf_token" value="{{ csrf_token }}" />
{% endif %}
<label for="username">Username:</label>
<input type="text" id="username" name="_username" value="{{ last_username }}"/>
<label for="password">Password:</label>
<input type="password" id="password" name="_password"/>
{#
If you want to control the URL the user
is redirected to on success (more details below)
<input type="hidden" name="_target_path" value="/account"/>
#}
<button type="submit">login</button>
</form>