{% extends "settings.html" %} {% block pagetitle %}Security Settings{% endblock %} {% block content %}
Email
{% if v.email and not v.email_verified %}
Email not verified. You will not be able to recover your account with this email until you verify it.
{% elif not v.email %}
Add an email to secure your account in case you forget your password.
{% endif %}
Password required to update your email.
Password required to update your email.
Password
Minimum of 8 characters required. Your password meets the requirements.
Passwords do not match. Passwords match.
Two-Factor Authentication
This requires entering a randomly-generated, 6-digit code and your password to login.
Log Out Everywhere
This will also invalidate any existing recovery links associated with this account.
Error. Please try again.
{% endblock %}