{% extends "logged_in.html" %} {% block title %}YubiKey: {{ yubikey.prefix }}{% endblock %} {% block content %} {{ super() }}

YubiKey: {{ yubikey.prefix }}

Prefix
{{ yubikey.prefix }}
Enabled
{{ yubikey.enabled }}

Actions

{% if yubikey.enabled %} Disable YubiKey {% else %} Enable YubiKey {% endif %}
Unassign YubiKey
Generate revocation code

A revocation code can be used to disable a YubiKey if you are unable to access your account. Once generated, be sure to save the revocation code in a safe place. Generating a new code will invalidate any previously generated code.

{% endblock %}