{% 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 code with the tiqr app. You need the code on a different screen from the phone: the app only takes it through its own scanner. Then come back here and continue.") }}
{{ 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 to sign in with.") }}