{% extends "base.html" %} {% load i18n %} {% comment %} Copyright 2012 Canonical Ltd. This software is licensed under the GNU Affero General Public License version 3 (see the file LICENSE). {% endcomment %} {% block title %} {% blocktrans %}{{ user }}'s devices{% endblocktrans %} {% endblock %} {% block text_title %}

{% trans "Your devices" %}

{% endblock %} {% block content %}

Preferences

Require an authentication device:

NOTE: When no devices are present, this preference form will be visible, disabled, and set to “only when requested”.

Devices

NameStatus
My Android phone verify now Remove…
My tablet verified Remove…
One-time pad in wallet verified Remove…

Add a new authentication device…

Report a stolen or lost device…

NOTE: In order to remove a device, the user must be two-factor authenticated.

NOTE: In order to add a device when others are already present, the user must be two-factor authenticated.

{% endblock %}