{% extends "default.html" %} {% set active_page = "setting" %} {% block title %}SUDO MODE{% endblock %} {% block default_content %}

Entering Sudo Mode

The next page contains security related setting.

Please enter your account password so that we can ensure it's you.

{{ password_check_form.csrf_token }}
Password
{{ password_check_form.password(class="form-control", autofocus="true") }} {{ render_field_errors(password_check_form.password) }}
{% if connect_with_proton %}

Alternatively you can use your Proton credentials to ensure it's you.

Authenticate with Proton {% endif %} {% if connect_with_oidc %}

Alternatively you can use your SSO credentials to ensure it's you.

Authenticate with SSO {% endif %}
{% endblock %}