{% extends "base.html" %} {% block title %}{{ target_user.email }} — User detail — {{ config.INSTANCE_NAME }}{% endblock %} {% block content %}
← Back to users

{{ target_user.name or target_user.email }}

{{ target_user.email }} · id {{ target_user.id[:8] }}…

Account

Group memberships

Groups this user belongs to. Add to Admin to grant full access.
Loading memberships…

Effective access

Resources this user can see, derived from group memberships.
Loading…
Loading…

Activity

All recorded server actions for this user
Loading…
{% endblock %}