Re: [symfony-users] UserSecurityIdentity Problem

2011-06-21 Thread Jeremiah Dodds
On Tue, Jun 21, 2011 at 8:26 AM, Kaipi Yann wrote: > > What solution we have ? > - Override the UserSecurityIdentity so the from account method of the > class...but how can I manage to override this class ? > - Update the UserSecurityIdentity when the user change his email : But I > don't think

[symfony-users] UserSecurityIdentity Problem

2011-06-21 Thread Kaipi Yann
Hi, I'm facing a problem with ACL in my application developpement. When I create ACL for a user, Symfony create a UserSecurityIdentity defined like this userclass-username and stored in the acl_security_identiies table. But in our application the username is the email of the user, and of course