{% extends "layouts/dashboard.html" %} {% block breadcrumbs %} {% endblock %} {% block content %}

Two-factor authentication

Use an authenticator app (TOTP) for an extra verification step at sign-in.

Add authenticator
{% include "components/rims_page_intro.html" with eyebrow="Account security" heading="Add a second factor that travels with you." description="Authenticator apps generate a fresh 6-digit code every 30 seconds and work without a network connection. Even if your password leaks, sign-in still requires the live code from your device." %}

Compatible with Google Authenticator, 1Password, Authy, and any TOTP app.

{% if devices %} {% else %}

No authenticator yet

Add an authenticator app to protect your account with a second factor at sign-in.

{% endif %}

← Back to profile

{% endblock %}