0
FOS.UserBundle.Model.User
O:49:"Symfony\Component\Validator\Mapping\ClassMetadata":10:{s:11:"constraints";a:2:{i:0;O:58:"Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity":10:{s:7:"message";s:30:"fos_user.username.already_used";s:7:"service";s:29:"doctrine.orm.validator.unique";s:2:"em";N;s:11:"entityClass";N;s:16:"repositoryMethod";s:6:"findBy";s:6:"fields";s:17:"usernameCanonical";s:9:"errorPath";s:8:"username";s:10:"ignoreNull";b:1;s:7:"payload";N;s:6:"groups";a:2:{i:0;s:12:"Registration";i:1;s:7:"Profile";}}i:1;O:58:"Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity":10:{s:7:"message";s:27:"fos_user.email.already_used";s:7:"service";s:29:"doctrine.orm.validator.unique";s:2:"em";N;s:11:"entityClass";N;s:16:"repositoryMethod";s:6:"findBy";s:6:"fields";s:14:"emailCanonical";s:9:"errorPath";s:5:"email";s:10:"ignoreNull";b:1;s:7:"payload";N;s:6:"groups";a:2:{i:0;s:12:"Registration";i:1;s:7:"Profile";}}}s:18:"constraintsByGroup";a:2:{s:12:"Registration";a:2:{i:0;r:3;i:1;r:16;}s:7:"Profile";a:2:{i:0;r:3;i:1;r:16;}}s:17:"traversalStrategy";i:1;s:7:"getters";a:0:{}s:13:"groupSequence";a:0:{}s:21:"groupSequenceProvider";b:0;s:7:"members";a:3:{s:8:"username";a:1:{i:0;O:52:"Symfony\Component\Validator\Mapping\PropertyMetadata":7:{s:11:"constraints";a:2:{i:0;O:48:"Symfony\Component\Validator\Constraints\NotBlank":3:{s:7:"message";s:23:"fos_user.username.blank";s:7:"payload";N;s:6:"groups";a:2:{i:0;s:12:"Registration";i:1;s:7:"Profile";}}i:1;O:46:"Symfony\Component\Validator\Constraints\Length":9:{s:10:"maxMessage";s:22:"fos_user.username.long";s:10:"minMessage";s:23:"fos_user.username.short";s:12:"exactMessage";s:108:"This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.";s:14:"charsetMessage";s:61:"This value does not match the expected {{ charset }} charset.";s:3:"max";i:180;s:3:"min";i:2;s:7:"charset";s:5:"UTF-8";s:7:"payload";N;s:6:"groups";a:2:{i:0;s:12:"Registration";i:1;s:7:"Profile";}}}s:18:"constraintsByGroup";a:2:{s:12:"Registration";a:2:{i:0;r:44;i:1;r:50;}s:7:"Profile";a:2:{i:0;r:44;i:1;r:50;}}s:17:"cascadingStrategy";i:1;s:17:"traversalStrategy";i:2;s:5:"class";s:25:"FOS\UserBundle\Model\User";s:4:"name";s:8:"username";s:8:"property";s:8:"username";}}s:5:"email";a:1:{i:0;O:52:"Symfony\Component\Validator\Mapping\PropertyMetadata":7:{s:11:"constraints";a:3:{i:0;O:48:"Symfony\Component\Validator\Constraints\NotBlank":3:{s:7:"message";s:20:"fos_user.email.blank";s:7:"payload";N;s:6:"groups";a:2:{i:0;s:12:"Registration";i:1;s:7:"Profile";}}i:1;O:46:"Symfony\Component\Validator\Constraints\Length":9:{s:10:"maxMessage";s:19:"fos_user.email.long";s:10:"minMessage";s:20:"fos_user.email.short";s:12:"exactMessage";s:108:"This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.";s:14:"charsetMessage";s:61:"This value does not match the expected {{ charset }} charset.";s:3:"max";i:180;s:3:"min";i:2;s:7:"charset";s:5:"UTF-8";s:7:"payload";N;s:6:"groups";a:2:{i:0;s:12:"Registration";i:1;s:7:"Profile";}}i:2;O:45:"Symfony\Component\Validator\Constraints\Email":6:{s:7:"message";s:22:"fos_user.email.invalid";s:7:"checkMX";b:0;s:9:"checkHost";b:0;s:6:"strict";N;s:7:"payload";N;s:6:"groups";a:2:{i:0;s:12:"Registration";i:1;s:7:"Profile";}}}s:18:"constraintsByGroup";a:2:{s:12:"Registration";a:3:{i:0;r:77;i:1;r:83;i:2;r:95;}s:7:"Profile";a:3:{i:0;r:77;i:1;r:83;i:2;r:95;}}s:17:"cascadingStrategy";i:1;s:17:"traversalStrategy";i:2;s:5:"class";s:25:"FOS\UserBundle\Model\User";s:4:"name";s:5:"email";s:8:"property";s:5:"email";}}s:13:"plainPassword";a:1:{i:0;O:52:"Symfony\Component\Validator\Mapping\PropertyMetadata":7:{s:11:"constraints";a:2:{i:0;O:48:"Symfony\Component\Validator\Constraints\NotBlank":3:{s:7:"message";s:23:"fos_user.password.blank";s:7:"payload";N;s:6:"groups";a:3:{i:0;s:12:"Registration";i:1;s:13:"ResetPassword";i:2;s:14:"ChangePassword";}}i:1;O:46:"Symfony\Component\Validator\Constraints\Length":9:{s:10:"maxMessage";s:140:"This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.";s:10:"minMessage";s:23:"fos_user.password.short";s:12:"exactMessage";s:108:"This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.";s:14:"charsetMessage";s:61:"This value does not match the expected {{ charset }} charset.";s:3:"max";i:4096;s:3:"min";i:2;s:7:"charset";s:5:"UTF-8";s:7:"payload";N;s:6:"groups";a:4:{i:0;s:12:"Registration";i:1;s:7:"Profile";i:2;s:13:"ResetPassword";i:3;s:14:"ChangePassword";}}}s:18:"constraintsByGroup";a:4:{s:12:"Registration";a:2:{i:0;r:121;i:1;r:128;}s:13:"ResetPassword";a:2:{i:0;r:121;i:1;r:128;}s:14:"ChangePassword";a:2:{i:0;r:121;i:1;r:128;}s:7:"Profile";a:1:{i:0;r:128;}}s:17:"cascadingStrategy";i:1;s:17:"traversalStrategy";i:2;s:5:"class";s:25:"FOS\UserBundle\Model\User";s:4:"name";s:13:"plainPassword";s:8:"property";s:13:"plainPassword";}}}s:4:"name";s:25:"FOS\UserBundle\Model\User";s:10:"properties";a:3:{s:8:"username";r:42;s:5:"email";r:75;s:13:"plainPassword";r:119;}s:12:"defaultGroup";s:4:"User";}