mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-15 13:24:04 +00:00
make password field less goofy in 2fa screen
This commit is contained in:
parent
9b74c26742
commit
e1b1bb20dc
1 changed files with 12 additions and 8 deletions
|
@ -60,6 +60,8 @@
|
||||||
{% trans "You can make your account more secure by using Two Factor Authentication (2FA). This will require you to enter a one-time code using a phone app like <em>Authy</em>, <em>Google Authenticator</em> or <em>Microsoft Authenticator</em> each time you log in." %}
|
{% trans "You can make your account more secure by using Two Factor Authentication (2FA). This will require you to enter a one-time code using a phone app like <em>Authy</em>, <em>Google Authenticator</em> or <em>Microsoft Authenticator</em> each time you log in." %}
|
||||||
</p>
|
</p>
|
||||||
<p> {% trans "Confirm your password to begin setting up 2FA." %}</p>
|
<p> {% trans "Confirm your password to begin setting up 2FA." %}</p>
|
||||||
|
<div class="columns">
|
||||||
|
<div class="column is-one-third">
|
||||||
<form name="confirm-password" action="{% url 'prefs-2fa' %}" method="post" enctype="multipart/form-data">
|
<form name="confirm-password" action="{% url 'prefs-2fa' %}" method="post" enctype="multipart/form-data">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<div class="field">
|
<div class="field">
|
||||||
|
@ -69,6 +71,8 @@
|
||||||
</div>
|
</div>
|
||||||
<button class="button is-primary" type="submit">{% trans "Set up 2FA" %}</button>
|
<button class="button is-primary" type="submit">{% trans "Set up 2FA" %}</button>
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue