Hello, I am using sfDoctrineGuard (trunk version) and sfDoctrineApply (branch 1.2 version) in my application and found that registration is case sensitive but login is not.
1. I registered the user "Hello1" (notice the capitol) 2. Immedately after, I login with success as the user "hello1" (notice the lowercase) 3. Then, I register the user "hello1" with success. This seems to be a failure of unique usernames with sfApply, or at least the sfDoctrineUnique validator. Even worse, I register the email [email protected], confirm it, then I register another user with the email [email protected], and I am successful. These are the exact same email according to the RFC which sfDoctrineGuard claims they are unique. I hope I am wrong and that I missed something when trying to configure this plugin. Did I do something wrong? Or is this a known issue? Thanks a lot! Love Symfony -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
