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

Change Username

Update the username used to sign in to your Host in Sri Lanka account. Choose a clear and memorable username that you can use securely going forward.

Update Login Username

Your username is part of your Hosting Partner account identity. 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 %}
After updating your username, continue using the same password unless you separately change it from the password settings page.
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 Hosting Partner sign-in identity.

  • Choose a username you can easily remember for future sign-ins.
  • Your username must be unique and cannot already belong to another account.
  • This change does not alter your business name, profile details, email address, or Hosting Partner status.
  • Use the separate password page if you also want to update your account security.
{% endblock %}