{% block title %}Set up account recovery{% endblock %}
{% block title %}Set up account recovery{% endblock %}
{% block main_heading %}Set up account recovery{% endblock %}
{% block main_heading %}Set up account recovery{% endblock %}
{% block content %}
{% block settings %}
<p>In order to support account recovery while maximizing user privacy, Tildes's recovery process is a bit unusual.</p>
<p>In order to support account recovery while maximizing user privacy, Tildes's recovery process is a bit unusual.</p>
<p>The email address you enter below will be cryptographically hashed (using <a href="https://en.wikipedia.org/wiki/Argon2">Argon2</a>) and only the hash stored. <strong>Your actual address is not stored</strong>, so it is impossible for anyone to see what it is or use it to send you email, and your address can't be leaked (due to a data breach, account compromise, etc.).</p>
<p>The email address you enter below will be cryptographically hashed (using <a href="https://en.wikipedia.org/wiki/Argon2">Argon2</a>) and only the hash stored. <strong>Your actual address is not stored</strong>, so it is impossible for anyone to see what it is or use it to send you email, and your address can't be leaked (due to a data breach, account compromise, etc.).</p>
{% block title %}Define topic tag filters{% endblock %}
{% block title %}Define topic tag filters{% endblock %}
{% block main_heading %}Define topic tag filters{% endblock %}
{% block main_heading %}Define topic tag filters{% endblock %}
{% block content %}
{% block settings %}
<p>You can configure a list of filtered topic tags below. If a topic has <em>any</em> of these tags, it will be filtered out (not shown) by default, but you can toggle the filtering off to see a full list.</p>
<p>You can configure a list of filtered topic tags below. If a topic has <em>any</em> of these tags, it will be filtered out (not shown) by default, but you can toggle the filtering off to see a full list.</p>
<p>These filters are <em>global</em> and will apply both to your home page as well as inside specific groups.</p>
<p>These filters are <em>global</em> and will apply both to your home page as well as inside specific groups.</p>
{% block title %}Set up two-factor authentication{% endblock %}
{% block title %}Set up two-factor authentication{% endblock %}
{% block main_heading %}Set up two-factor authentication{% endblock %}
{% block main_heading %}Set up two-factor authentication{% endblock %}
{% block content %}
{% block settings %}
{% if request.user.two_factor_enabled %}
{% if request.user.two_factor_enabled %}
<p>You already have two-factor authentication enabled. To disable it, enter a code from your authenticator device below and click the button. If you do not have access to your authenticator device, enter a backup code.</p>
<p>You already have two-factor authentication enabled. To disable it, enter a code from your authenticator device below and click the button. If you do not have access to your authenticator device, enter a backup code.</p>