{{ template "account_shell_start" . }}
{{ template "account_window_titlebar" . }}
{{ if .Error }} {{ end }} {{ if .Success }} {{ end }}
{{ if eq .Status "active" }}
{{ else if eq .Status "pending" }}
{{ else }}
{{ end }}

Status

{{ .Status }}

{{ if eq .Status "active" }}can sign in {{ else if eq .Status "pending" }}invite not accepted {{ else }}blocked{{ end }}

{{ if .IsAdmin }}
{{ else }}
{{ end }}

Role

{{ if .IsAdmin }}admin{{ else }}user{{ end }}

{{ if .TagNames }}{{ .TagNames }}{{ else }}no tags{{ end }}

Max file size

{{ if .MaxFileSizeStr }}{{ .MaxFileSizeStr }}{{ else }}default{{ end }}

bytes

Max expiry

{{ if .MaxExpiryStr }}{{ .MaxExpiryStr }}s{{ else }}default{{ end }}

seconds

{{ template "account_csrf_field" . }}
A

Account identity and basic state

Visible login name.
Account contact and invite destination.
{{ if not .IsPending }}
{{ if .IsSelf }}Cannot disable yourself.{{ else }}Account state.{{ end }}
{{ end }}
Private note. Not shown to the user.
R

Access rights what this account can do

L

Limits 0 = unlimited, empty = system default

Per-file cap. Empty = system default.
Total size per box. Empty = system default.
Maximum expiry when creating or editing a box. Empty = system default.
O

Setting overrides account-specific behavior

P

Resolved policy effective permissions after all overrides

{{ .PolicyJSON }}
I

Account info read-only details

  • User ID{{ .Target.ID }}
  • Created{{ .CreatedAtStr }}
  • Updated{{ .UpdatedAtStr }}
  • Tags{{ if .TagNames }}{{ .TagNames }}{{ else }}none{{ end }}
  • Password{{ if .IsPending }}pending invite{{ else }}set{{ end }}
{{ if .CanManage }}
!

Danger zone

{{ template "account_csrf_field" . }}
{{ template "account_csrf_field" . }}
{{ if not .IsSelf }}
{{ template "account_csrf_field" . }}
{{ end }}
{{ end }}
{{ template "account_shell_end" . }}