{% extends 'rental_app/base_rental.html' %} {% block title %}Reset Rental Owner Password | Rent in Sri Lanka{% endblock %} {% block content %}
Rental Owner Recovery

Reset Your Rental Owner Password

Enter the email address linked to your Rent in Sri Lanka Rental Owner account. If it matches a registered account, password reset instructions will be sent.

Secure recovery for Rental Owner accounts
Reset instructions are delivered by email
Return safely to your property listing dashboard
This reset form is only for registered Rental Owner accounts in the Rent in Sri Lanka portal.

Request Password Reset

We will email reset instructions where applicable.

{% csrf_token %} {% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{% if form.email.errors %}
{{ form.email.errors|striptags }}
{% endif %}
{% endblock %}