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 %}
Username
Password
{% endif %} {% if show_2fa %}
Two-Factor Authentication Code
{% endif %}
{% if show_2fa %}Verify and Sign In{% else %}Sign In with Local Account{% endif %}
back
Back to Sign-in Options
View Site as Visitor
{% endif %}