{% extends 'hosting_app/base_hosting.html' %} {% block title %}Change Hosting Client Password{% endblock %} {% block content %}
Hosting Client Account Security

Change Password

Update your Host in Sri Lanka Hosting Client account password to protect your profile, contact details, hosting requests, quotation history, and future event or venue-related arrangements.

Update Account Password

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

Password Safety Tips

A secure password helps protect your client profile, personal contact details, hosting inquiries, and future booking-related 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 full name, phone number, email address, city, or other obvious details.
  • Update your password promptly if you ever suspect your login details were exposed.
Keep Your Hosting Client Account Protected

Your account may later manage hosting inquiries, event requests, selected venues, quotations, payments, and communication records. A strong password helps safeguard that activity.

{% endblock %}