{% extends "base.html" %} {% block content %}
{{ gettext("Re-deploying token '{token_name}' for user '{user_name}'.").format(token_name=sso_token_name, user_name=recovery_username) }}
{{ gettext("Token enrollment is currently disabled. Please contact your administrator.") }}
{% elif deploy_token_types|length > 1 %}{{ gettext("Choose your preferred authentication method:") }}
{{ gettext("Scan the QR code with your authenticator app (e.g. Google Authenticator, Authy). Then enter the OTP shown in your app to verify.") }}
{{ gettext("Choose a new password for your SSO token.") }}