Please enter your account {{ account|lower }} and your password.
Create an account if you do not have one yet.

{% if redirect is not null %} {% endif %}
Account Login
{% if config.recaptcha_enabled %} {% if config.recaptcha_type == 'v3' %} {% elseif config.recaptcha_type == 'v2-invisible' %}
{% elseif config.recaptcha_type == 'v2-checkbox' %} {% endif %} {% endif %} {% if error is not null %} {% endif %}
{{ account_login_by }}:
Password:
Verification:
{{ error }}

{{ include('buttons.submit.html.twig') }}
{{ include('buttons.account_lost.html.twig') }}
{% if config.recaptcha_enabled and config.recaptcha_type == 'v3' %} {% set action = 'login' %} {{ include('google_recaptcha_v3.html.twig') }} {% endif %}