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 a user can change his email..You see the problem ? When a user change his email, all the ACE of his previous UserSecurityIdentity are not availlable for him anymore...
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 we have any method to update an entry of acl_security_identiies ? Any idea welcome ! Thks Y -- 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 symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en