{% extends "base.html" %} {% block title %}Set New Password | TrustForge{% endblock %} {% block meta_description %}Create a new password for your TrustForge account securely.{% endblock %} {% block content %} Create new password {{ auth_page_title }} {{ auth_page_description }} {% if validlink %} {% csrf_token %} {% if form.non_field_errors %} {{ form.non_field_errors|join:', ' }} {% endif %} New password {{ form.new_password1 }} {% if form.new_password1.errors %}{{ form.new_password1.errors|join:', ' }}{% endif %} Confirm new password {{ form.new_password2 }} {% if form.new_password2.errors %}{{ form.new_password2.errors|join:', ' }}{% endif %} Update password {% else %} Reset link unavailable This reset link is invalid or has already been used. Request a fresh one below. Request a new link {% endif %} {% endblock %}
{{ auth_page_description }}
This reset link is invalid or has already been used. Request a fresh one below.