Hi Henrik

I already solve the problem. Before implementing my User, I look at 
FOSUserBundle, and I saw that the eraseCredential function set 
$this->plainPassword to null.
I blindly do the same, but with password, and in the equals function I 
compare $this->password !== $user->getPassword(). This is false, since I set 
$this->password to null. 
That was the problem.

Lots of thanks for your interest in help me.

-- 
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

Reply via email to