I'm using FOSUserBundle to manage my users. Each user has to change password at least each 30 days. This is working - dialog shows and user can change password.
But unfortunately user can type in same password as before and FosUserBundle will accept it. How can I make FUB not to accept same passwords in change password dialog?