{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "TOTP Authentication Plugin" %}{% endblock %} {% block page_header %} {% include "horizon/common/_domain_page_header.html" with title=page_title %} {% endblock page_header %} {% block main %} {{ table.render }}

Openstack TOTP Plugin

This page lets you manage your TOTP Tokens. Make sure that every soft-token is synced with a reliable time source!

Once the first soft-token has been successfully activated, if you want to add/activate another one, press the "+ Display QRCode" button on the top right of the page. Keep in mind that the undelying TOTP seed remains the same unless you deactivate and reactivate this feature for your user.

{% if emailaddress == "MissingField" %}

WARNING!

You do not have an e-mail address configured. Please contact your Cloud Administrator.

To be sure that only you can link a security device to the current account, the cloud provider needs to know from you a valid e-mail address that is entitled to perform this activation step.

Once an email address has been provided, the feature will be automatically available to you.

{% endif %}
Get the App!

{% endblock %}