Hello everyone! I have a question related to the security component. I'm not sure this is the right place to ask, but here I go.
While testing the security component, I try the demo in AcmeDemoBundle and the in_memory user, and all works fine. When I type the user and pass, authentication is right. The problem is when I use an Entity. I correctly create the user implementing UserInterface, create the user, setting the password with the encoder, etc. The question is that when I use the in_memory user, the profiler show me the username, roles and the *authenticated flag is set to true*, but when using the entity, the username is right, and the roles, but *the authenticated flag is set to false. * Is this a bug, or just I'm doing something bad? Thanks in advance for the question! -- 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 developers" 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-devs?hl=en
