{% extends 'portal/teach/base.html' %} {% load static %} {% load app_tags %} {% block nav_teacher_account %}Account{% endblock nav_teacher_account %} {% block scripts %} {{block.super}} {% endblock scripts %} {% block content %}
You may update your account details here, including your name, password and email address. Should you update your email address, verification will be required.
Use your smartphone or tablet to enhance your account's security.
{% if user|has_2FA %}If you don't have your smartphone or tablet with you, you can access your account using backup tokens. {% if backup_tokens == 1 %} You have only one backup token remaining. {% else %} You have {{ backup_tokens }} backup tokens remaining. {% endif %}
View and create backup tokens for your account.
Manage Backup TokensWe recommend you to continue using Two Factor Authentication, however you can disable two factor authentication for your account.
Disable Two Factor AuthenticationFind out more about Two Factor Authentication and how it helps keep your account secure.
Setup Two Factor Authentication {% endif %}