Dashboard/Settings/Users/{{if eq $page.Mode "new"}}new{{else if eq $page.Mode "setup-link"}}setup link{{else}}{{$page.Username}}{{end}}
{{if eq $page.Mode "new"}}New user
{{else if eq $page.Mode "setup-link"}}Setup link for {{$page.Username}}
{{else}}Edit {{$page.Username}}{{end}}
{{/* Re-enable banner — fires when the admin tried to add a user
whose name already exists in a disabled state. We were
redirected here from /settings/users/new with ?reenable=1. */}}
{{if and $page.Reenable $page.Disabled}}
Username already exists (disabled)
A user with this name was created previously and then disabled.
Re-enable them to restore access (their existing role + email
are kept), or pick a different name.
Send this link to the user. It expires at
{{absTime $page.SetupExpAt}} UTC
(~1 hour from now). This is the only time you'll see it — if you lose
it, regenerate from the Edit page.