{% extends 'property_manager_app/base_property_manager.html' %} {% block title %}Change Password{% endblock %} {% block content %}
Property Care Account Security

Change Password

Update your Home in Sri Lanka Property Care account password to keep your owner profile, property details, documents, and dashboard access secure.

Update Account Password

Enter your current password and choose a stronger new password for your Property Care 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 logins.
Cancel

Password Safety Tips

A secure password helps protect your Property Care records and account activity.

  • 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.
{% endblock %}