[symfony-users] Issue with sfGuardUser unique validation

2009-11-04 Thread Fish
Hi everyone, I get some trouble validating the unicity of my sfguarduser Username (which is in fact an email). Here is the code: $this->validatorSchema->setPostValidator(new sfValidatorAnd( array( new sfValidatorDoctrineUni

[symfony-users] sfDoctrinePlugin User Profile

2009-07-06 Thread Fish
Hi, After reading lots of forums, websites and symfony tutorial of course, I remain having the same error again when I try to kink a profile to my sfGuard User (with Doctrine). Here is my code in schema.yml : sfGuardUserProfile: actAs: { Timestampable: ~ } tableName: sf_guard_user_profile