{{define "configure-users.html"}} {{template "base" .}} {{end}} {{define "content"}}
| Username | Shell | SSH Keys | |||||||
|---|---|---|---|---|---|---|---|---|---|
| {{.ShellLabel}} | {{.KeyCount}} | ||||||||
|
{{/* Login shell — match the option's bare .Label against the
user's effective ShellLabel; .Value carries a module prefix
the stored shell does not. */}}
{{/* Change password. type=text + CSS mask (cfg-input-mask)
dodges the browser password-manager save prompt, same as
the keystore secret fields. */}}
{{/* Authorized SSH keys */}}
Authorized SSH Keys ({{.KeyCount}})
{{if .AuthorizedKeys}}
|
|||||||||
|
|
|||||||||
| Group | Members | ||||
|---|---|---|---|---|---|
| {{.MembersSummary}} | |||||
|
Members
{{if .UserNames}}
No members. {{end}} {{if .Available}} {{end}} |
|||||