{% extends "base.html" %} {% block content %}

{{ gettext("Settings") }}

{% if show_password_change %}

{{ gettext("Change Password") }}

{% endif %} {% if show_pin_change %}

{{ gettext("Change PIN") }}

{% endif %} {% if show_redeploy %}

{{ gettext("Login Token") }}

{{ gettext("Re-deploy your login token. This will replace your current login token with a new one.") }}

{{ gettext("Re-deploy Login Token") }}
{% endif %}

{{ gettext("Language") }}

{{ gettext("Choose your preferred language. \"Browser default\" follows the language sent by your browser.") }}

{{ gettext("Recovery E-Mail") }}

{{ gettext("If you lose access to your SSO token, a re-deploy link is sent to this address. Keep it under an account only you control (private mailbox, not your work address). Editing requires re-authentication.") }}

{{ gettext("Connected Applications") }}

{{ gettext("Applications you have granted access to your account. Disconnecting removes the approval and terminates the application's active session.") }}

{% endblock %}