Skip to content
Snippets Groups Projects
Unverified Commit fd3f0c20 authored by Fredrik Jonsson's avatar Fredrik Jonsson Committed by GitHub
Browse files

Merge pull request #2872 from HyphaApp/enhancement/text_on_password_reset_form

Improve the text on the password reset form
parents c7caa66c 8f1fdce8
No related branches found
No related tags found
No related merge requests found
...@@ -18,11 +18,12 @@ ...@@ -18,11 +18,12 @@
{% endif %} {% endif %}
<form class="form form--with-p-tags" method="post"> <form class="form form--with-p-tags" method="post">
<p class="form__help">{% trans "Forgot or want to change your password? Please enter your user account's email address and we will send you a password reset link." %}</p>
{% csrf_token %} {% csrf_token %}
<p>{{ form.email.label_tag }}</p> <p>{{ form.email.label_tag }}</p>
<p>{{ form.email }}</p> <p>{{ form.email }}</p>
<button class="link link--button-secondary" type="submit">{% trans 'Reset password' %}</button> <button class="link link--button-secondary" type="submit">{% trans "Send password reset email" %}</button>
</form> </form>
</div> </div>
{% endblock %} {% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment