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

Change Password

Update your Host in Sri Lanka Hosting Partner account password to protect your profile, venue management, package details, future booking requests, and dashboard access.

Update Account Password

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

Password Safety Tips

A secure password helps protect your partner profile, venue records, event packages, and future guest-request 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 business name, venue name, phone number, or other obvious details.
  • Update your password promptly if you ever suspect your login details were exposed.
Keep Your Hosting Account Protected

Your account may later manage venues, celebration packages, host images, meal plans, add-on services, and booking requests. A strong password helps safeguard that activity.

{% endblock %}