{{define "settings_content"}}

Account

{{if .User}}
Username
{{.User.Username}}
Display Name
{{.User.DisplayName}}
Email
{{if .User.Email}}{{.User.Email}}{{else}}Not set{{end}}
Auth Source
{{.User.AuthSource}}
Role
{{.User.Role}}
{{end}}

API Tokens

API tokens allow the FreeCAD plugin and scripts to authenticate with Silo. Tokens inherit your role permissions.

{{if and .Data (index .Data "new_token")}} {{if ne (index .Data "new_token") ""}}

Your new API token (copy it now — it won't be shown again):

{{index .Data "new_token"}}

Store this token securely. You will not be able to see it again.

{{end}} {{end}}
Name Prefix Created Last Used Expires Actions
{{end}} {{define "settings_scripts"}} {{end}}