{{define "content"}}

Appearance

Profile Picture

{{with .User}} {{if .AvatarBase64}} Avatar {{else}} {{end}} {{end}}
Max. 2 MB. PNG, JPG, GIF or WebP.
{{with .User}} {{if .AvatarBase64}}
{{end}} {{end}}

Change Password

{{if .PasswordPolicy}}
Password requirements: min. {{.PasswordPolicy.MinLength}} characters{{if .PasswordPolicy.RequireUpper}}, uppercase{{end}}{{if .PasswordPolicy.RequireLower}}, lowercase{{end}}{{if .PasswordPolicy.RequireDigit}}, digit{{end}}{{if .PasswordPolicy.RequireSpecial}}, special char{{end}}.
{{end}}

Two-Factor Authentication (MFA)

{{with .User}} {{if .MFAEnabled}}

MFA is enabled

Your account is protected with two-factor authentication.
{{if not $.MFARequired}}
{{else}}
MFA is enforced by your administrator and cannot be disabled.
{{end}} {{else}}

MFA is not enabled

Add an extra layer of security to your account.{{if $.MFARequired}} MFA is required by your administrator.{{end}}
Enable MFA {{end}} {{end}}
{{if .EmailEnabled}}

Email Notifications

{{with .User}}

Receive email notifications for certain events. Notifications are sent to {{.Email}}.

{{end}}
{{end}}
{{end}}