{% extends "settings.html" %} {% block pagetitle %}Security Settings{% endblock %} {% block content %}
Email
{% if v.email and not v.is_activated %}
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.
{% if error %}{{macros.alert(error, true)}}{% endif %}
Users you block

You have blocked the following users. They cannot reply to your content or notify you with a username mention.

{% if v.blocking.first() %}
{% for block in v.blocking %} {% set user=block.target %} {% else %} {% endfor %}
User Unblock
{% include "user_in_table.html" %}
There are no blocked users
{% else %} {{macros.ghost_box('No blocked users', '', 2)}} {% endif %}
{% endblock %}