{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Edit an owned account. The three rules the UI must make visible: you cannot change your own ACL, you cannot grant more than you hold, and only an administrator may change an owner. {% endcomment %} {% block title %}Modify user{% endblock %} {% block content %}

Modify an account

Only accounts you own are listed.

All accounts

Details for


You cannot suspend your own account.
website(s)
{% if canSuspendWebsite %}
{% endif %}

Reset password

Setting a password here signs the account out everywhere. At least 10 characters mixing three of: lowercase, uppercase, digits, symbols.
To change your own password use Change password — it requires your current password, so a hijacked session cannot lock you out.

Permissions and ownership

Nobody may change their own ACL — administrators included. Ask another administrator.
You can only assign an ACL no more privileged than your own.
permission(s) granted:
{% if isAdmin %}
Reparenting moves the account and its websites to another tenant. Administrators only.
{% else %}
Only an administrator may change an account's owner.
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}