{{define "title"}}Manage Admins{{end}} {{define "page_title"}}Manage Admins{{end}} {{define "content"}}

Admins

Add Admin
Delegated admins can only see and manage the domains you assign them. They can also delegate further, but only for domains within their own assignment.
All Admins You Manage
{{if .rows}}
{{range .rows}} {{$u := .user}} {{end}}
UsernameRoleDomainsCreatedActions
{{$u.Username}} {{if $u.IsGlobalAdmin}}Global Admin {{else}}Scoped Admin{{end}} {{if $u.IsGlobalAdmin}}All domains {{else if .domain_names}}{{range .domain_names}}{{.}}{{end}} {{else}}None assigned{{end}} {{strftime "%Y-%m-%d %H:%M" $u.CreatedAt}} {{if eq $u.ID $.current_user_id}} This is you {{else}}
{{if not $u.IsGlobalAdmin}} {{end}}
{{end}}
{{else}}

No delegated admins yet

Add an admin and assign them the domains they should manage

Add Your First Admin
{{end}}
{{end}}