I\'m trying to put together a change password feature in Symfony2. I have a \"current password\" field, a \"new password\" field and a \"confirm new password\" field, and th
FOSUserBundle uses a ModelManager class which is separate from the base Model. You can check their implementation.
FOSUserBundle
ModelManager