FlexaFlow CMS

Choose a sign-in method

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% if not show_local_form and not show_2fa %}
{% if oidc_available %} Login with Lazycat Account
You will be redirected to Lazycat's authorization page. Click Grant Access there to finish signing in.
{% endif %} Login with Local Account View Site as Visitor
{% else %}
{% if show_2fa %}
Enter the 6-digit authenticator code to complete your local administrator login.
{% endif %} {% if show_local_form and not show_2fa %}
{% endif %} {% if show_2fa %}
{% endif %}
{% endif %}