{% extends 'rental_app/base_rental.html' %} {% block title %}Change Password{% endblock %} {% block content %}
Rental Owner Account Security

Change Password

Update your Rent in Sri Lanka Rental Owner account password to keep your profile, listings, banking details, and dashboard access secure.

Update Account Password

Enter your current password and choose a stronger new password for your Rental Owner account.

{% csrf_token %} {% for field in form %}
{{ field }} {% if field.help_text %} {{ field.help_text|safe }} {% endif %} {% for error in field.errors %}
{{ error }}
{% endfor %}
{% endfor %} {% if form.non_field_errors %}
{% for error in form.non_field_errors %}
{{ error }}
{% endfor %}
{% endif %}
After changing your password, you will remain signed in on this device, but you should use the new password for future Rental Owner logins.
Cancel

Password Safety Tips

A secure password helps protect your rental profile, listing records, and payout-related information.

  • Use a password that is not reused on other websites or systems.
  • Combine uppercase letters, lowercase letters, numbers, and symbols where possible.
  • Avoid including your name, property name, phone number, or other obvious personal details.
  • Update your password promptly if you ever suspect your login details were exposed.
Keep Your Rental Account Protected

Your account may include rental listings, payment center actions, banking readiness, and guest interest records. A strong password helps safeguard that activity.

{% endblock %}