{% 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 %}

Account


Edit my details


You may update your account details here, including your name, password and email address. Should you update your email address, verification will be required.

Two Factor Authentication

Use your smartphone or tablet to enhance your account's security.

{% if user|has_2FA %} {% else %}

Find out more about Two Factor Authentication and how it helps keep your account secure.

Setup Two Factor Authentication {% endif %}

{% endblock %}