TimeTracker Logo TimeTracker

{{ _('Sign in to your account') }}

{% if demo_mode %}

{{ _('Demo credentials') }}

{{ _('Username') }}: {{ demo_username }}

{{ _('Password') }}: {{ demo_password }}

{% endif %}
{% if requires_password %}
{% if not demo_mode and show_forgot_password %} {% endif %} {% endif %} {% if auth_includes_ldap %}

{{ _('LDAP authentication is enabled') }}

{% endif %} {% if demo_mode %}

{{ _('Use the demo credentials above.') }}

{% elif allow_self_register %}

{{ _('Tip: Enter a new username to create your account.') }}

{% endif %} {% if not demo_mode and auth_includes_oidc %}
{{ _('Or continue with') }}
{{ _('Single Sign-On') }} {% endif %}