{% extends "base.html" %} {% block title %}Sign in — SimpleAudit Studio{% endblock %} {% block auth_content %}
{% load static %} SimpleAudit

SimpleAudit Studio

Reproducible AI Model Auditing

{# ── Primary: WorkOS email code (shown only when configured) ── #} {% if workos_enabled %} Continue with email code No account needed — we'll create one automatically
or
{% endif %} {# ── Demo mode banner ── #} {% if demo_mode %}
Demo environment: the credential below is prefilled and shared with all visitors — just click Sign in to access.
The Default workspace is shared with all users.
{% if workos_enabled %} Prefer your own account? Use the email-code option above to be able to create a private workspace. {% else %} For an isolated workspace, contact your administrator or register below. {% endif %}
{% endif %} {# ── Secondary: username/password (always available) ── #}
{% csrf_token %}

Sign in with password

{% if form.non_field_errors %}
{{ form.non_field_errors.0 }}
{% endif %}

No account? Register

{% endblock %}