| constraints |
[
Symfony\Component\Validator\Constraints\Length {#349
+payload: null
+maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less."
+minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more."
+exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters."
+charsetMessage: "This value does not match the expected {{ charset }} charset."
+max: null
+min: 8
+charset: "UTF-8"
+normalizer: null
}
Symfony\Component\Validator\Constraints\Regex {#350
+payload: null
+message: "Passwords must contain at least one lowercase letter."
+pattern: "/[a-z]/"
+htmlPattern: null
+match: true
+normalizer: null
}
Symfony\Component\Validator\Constraints\Regex {#351
+payload: null
+message: "Passwords must contain at least one uppercase letter."
+pattern: "/[A-Z]/"
+htmlPattern: null
+match: true
+normalizer: null
}
Symfony\Component\Validator\Constraints\Regex {#352
+payload: null
+message: "Passwords must contain at least one number."
+pattern: "/[0-9]/"
+htmlPattern: null
+match: true
+normalizer: null
}
Symfony\Component\Validator\Constraints\Regex {#353
+payload: null
+message: "Passwords must contain at least one special character."
+pattern: "/[!@#$%^&*()\.,\-_+=:;]/"
+htmlPattern: null
+match: true
+normalizer: null
}
] |
[
Symfony\Component\Validator\Constraints\Length {#349
+payload: null
+maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less."
+minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more."
+exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters."
+charsetMessage: "This value does not match the expected {{ charset }} charset."
+max: null
+min: 8
+charset: "UTF-8"
+normalizer: null
}
Symfony\Component\Validator\Constraints\Regex {#350
+payload: null
+message: "Passwords must contain at least one lowercase letter."
+pattern: "/[a-z]/"
+htmlPattern: null
+match: true
+normalizer: null
}
Symfony\Component\Validator\Constraints\Regex {#351
+payload: null
+message: "Passwords must contain at least one uppercase letter."
+pattern: "/[A-Z]/"
+htmlPattern: null
+match: true
+normalizer: null
}
Symfony\Component\Validator\Constraints\Regex {#352
+payload: null
+message: "Passwords must contain at least one number."
+pattern: "/[0-9]/"
+htmlPattern: null
+match: true
+normalizer: null
}
Symfony\Component\Validator\Constraints\Regex {#353
+payload: null
+message: "Passwords must contain at least one special character."
+pattern: "/[!@#$%^&*()\.,\-_+=:;]/"
+htmlPattern: null
+match: true
+normalizer: null
}
]
|