{% extends "logged_in.html" %} {% block title %}Revocation Code{% endblock %} {% block content %} {{ super() }}

Revocation Code Generated!

Store the code in a safe place. If you lose your YubiKey, the code can be used to disable the key, even without access to your account. Any previously generated recovation code for this YubiKey has now been invalidated.

Prefix
{{ yubikey.prefix }}
Revocation code
{{ code }}
{% endblock %}