Select the primary role for this user. Additional roles can be assigned via "Manage Roles & Permissions" below.
{% if not user %}
{% endif %}
{% if user %}
{{ _('Password Reset') }}
Reset the password for this user. Leave blank to keep the current password.
{{ _('Client Portal Access') }}
Enable client portal access for this user. When enabled, the user will only see data for their assigned client.
{{ _('Roles & Permissions') }}
Manage fine-grained role-based permissions for this user. You can assign multiple roles and customize permissions.
Manage Roles & Permissions
{% if user.roles %}
Current roles: {{ user.get_role_names()|join(', ') }}
{% else %}
Current role: {{ user.role|capitalize }} (legacy)
{% endif %}
{% endif %}