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

Change Username

Update the username used to sign in to your Home in Sri Lanka Property Care account. Choose a secure and memorable username for future access.

Update Login Username

Your username identifies your linked Ensolanka account sign-in. Changes take effect immediately after saving.

Current Username
{{ request.user.username }}
{% csrf_token %} {% for field in form %}
{{ field }} {% if field.help_text %}
{{ field.help_text }}
{% endif %} {% for error in field.errors %}
{{ error }}
{% endfor %}
{% endfor %}
Updating your username will not change your Property Care profile name, email address, or registered property details.
Cancel
{% if form.non_field_errors %}
{% for error in form.non_field_errors %}
{{ error }}
{% endfor %}
{% endif %}

Username Tips

A few reminders before you update your Property Care login identity.

  • Choose a username you can easily remember for future sign-ins.
  • Your username must be unique and cannot already belong to another Ensolanka user.
  • This update does not affect submitted properties, estimates, plans, or care records.
  • Use the separate password page if you also want to strengthen your account security.
{% endblock %}