{{ define "title" }}Manage Accounts{{ end }} {{ define "content" }}
Add an Account
{{ if $.IsEditing }}
{{ else }}
{{ .Account.DefaultPassword }}
This password is autogenerated. You will need to share it with the person you are creating the account for. They will be asked to change their password when they log in the first time.
{{ end }}
{{ end }}