{% extends 'property_manager_app/base_property_manager.html' %} {% block title %}Choose New Password | Home in Sri Lanka{% endblock %} {% block content %}
Secure Password Reset

Create a New Password

Choose a strong new password for your Property Care Owner account to return safely to your Home in Sri Lanka dashboard.

Use a password that is difficult for others to guess.
Avoid using a password you already use elsewhere.
Your new password protects access to your property care dashboard.
{% if validlink %}

Set New Password

Enter and confirm your new password below.

{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{% if form.new_password1.errors %}
{{ form.new_password1.errors|striptags }}
{% endif %}
{% if form.new_password2.errors %}
{{ form.new_password2.errors|striptags }}
{% endif %}
{% if form.new_password1.help_text %}
{{ form.new_password1.help_text|safe }}
{% endif %}
{% else %}

Password Reset Link Is Invalid

This password reset link may have already been used or may have expired. Please request a fresh password reset email.

Request New Reset Link
{% endif %}
{% endblock %}