Validating a password in Symfony2

后端 未结 4 859
我寻月下人不归
我寻月下人不归 2020-12-31 12:08

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

4条回答
  •  无人及你
    2020-12-31 12:47

    FOSUserBundle uses a ModelManager class which is separate from the base Model. You can check their implementation.

提交回复
热议问题