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

Change Username

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

Update Login Username

Your username is part of your Hosting Client 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 Client 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 full name, profile details, email address, client type, or hosting account status.
  • Use the separate password page if you also want to update your account security.
{% endblock %}