Back to Zitadel

{{t "RegistrationUser.Title"}}

internal/api/ui/login/static/templates/register.html

5.0.0-base1.1 KB
Original Source

{{template "main-top" .}}

{{t "RegistrationUser.Title"}}

{{if .OrgRegister}}

{{t "RegistrationUser.DescriptionOrgRegister"}}

{{ else}}

{{t "RegistrationUser.Description"}}

{{end}} {{ .CSRF }}

{{t "RegistrationUser.FirstnameLabel"}}

{{t "RegistrationUser.LastnameLabel"}}

{{t "RegistrationUser.EmailLabel"}} {{if .ShowUsername}} {{t "RegistrationUser.UsernameLabel"}} {{if .ShowUsernameSuffix}} @{{.PrimaryDomain}} {{end}}

{{end}}

{{t "RegistrationUser.PasswordLabel"}}

{{t "RegistrationUser.PasswordConfirmLabel"}}

{{ template "password-complexity-policy-description" . }} {{ if or .TOSLink .PrivacyLink }} {{t "RegistrationUser.TosAndPrivacyLabel"}} {{ if .TOSLink }} {{t "RegistrationUser.TosConfirm"}} {{t "RegistrationUser.TosLinkText"}} {{end}} {{ if and .TOSLink .PrivacyLink }}
{{end}} {{ if .PrivacyLink }} {{t "RegistrationUser.PrivacyConfirm"}} {{t "RegistrationUser.PrivacyLinkText"}} {{end}} {{ end }} {{template "error-message" .}} {{t "RegistrationUser.NextButtonText"}} {{template "main-bottom" .}}