POWER DATA
Sign in to start your session
{% for message in app.flashes('error') %}
{{ message }}
{% endfor %} {% if error %}
Disabled account or {{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %} {% if app.user %}
You are logged in as {{ app.user.username }},
Logout
{% endif %}
{# Uncomment this section and add a remember_me option below your firewall to activate remember me functionality. See https://symfony.com/doc/current/security/remember_me.html
Remember me
#}
Remember Me
Sign In
Sign in using Facebook
Sign in using Google+
I forgot my password
Register a new membership