Back to Wagtail

{% trans "Set your new password" %}

wagtail/admin/templates/wagtailadmin/account/password_reset/confirm.html

7.4.1458 B
Original Source

{% if validlink %}

{% trans "Set your new password" %}

{% csrf_token %} {% formattedfield form.new_password1 %} {% formattedfield form.new_password2 %} {% else %}

{% trans "Invalid password reset link" %}

{% if not validlink %}

  • {% trans "The password reset link was invalid, possibly because it has already been used." %}

{% endif %}

{% trans 'Request a new password reset' %} {% endif %}