Back to Zitadel

{{t "PasswordChange.Title"}}

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

5.0.0-base574 B
Original Source

{{template "main-top" .}}

{{t "PasswordChange.Title"}}

{{ template "user-profile" . }} {{if .Expired}}

{{t "PasswordChange.ExpiredDescription"}}

{{else}}

{{t "PasswordChange.Description"}}

{{end}} {{ .CSRF }}

{{t "PasswordChange.OldPasswordLabel"}}

{{t "PasswordChange.NewPasswordLabel"}}

{{t "PasswordChange.NewPasswordConfirmLabel"}} {{ template "password-complexity-policy-description" . }}

{{ template "error-message" .}} {{t "PasswordChange.CancelButtonText"}}{{t "PasswordChange.NextButtonText"}} {{template "main-bottom" .}}