Must be at least {{ .Length }} characters long
{{if .Lower}}
Must contain at least one lower case character
{{end}} {{if .Upper}}
Must contain at least one upper case character
{{end}} {{if .Digit}}
Must contain at least one digit
{{end}} {{if .Special}}
Must contain at least one special character
{{end}}