{{ access.display_name }}
{% if access.currently_usable %}Usable{% else %}Not usable{% endif %} · Groups: {{ access.granting_groups|join(', ') or 'None' }}
{% extends "base.html" %} {% block title %}{{ managed.display_name }} · Users · auth-ingress{% endblock %} {% block content %}
User management
{{ managed.email }} · {{ managed.status }}{% if managed.is_admin %} · Administrator{% endif %}
{{ preview.message }}
{% if preview.operation == 'membership_set' %}Groups added: {{ preview.changes.groups_added|join(', ') or 'None' }}. Groups removed: {{ preview.changes.groups_removed|join(', ') or 'None' }}.
{% elif preview.operation == 'user_update' %} {% elif preview.operation == 'user_status' %} {% elif preview.operation == 'user_delete' %}This permanently removes the user account. Audit history is retained, but the user will not be able to sign in again.
{% elif preview.operation == 'password_reset' %} {% endif %}{% if access.currently_usable %}Usable{% else %}Not usable{% endif %} · Groups: {{ access.granting_groups|join(', ') or 'None' }}
No services configured.
{% endfor %}Deactivate is the reversible disable account path. Permanent removal hard-deletes the user account.