Is there a better way to change user password in cakephp using Auth?

后端 未结 4 1158
傲寒
傲寒 2020-12-13 01:25

I am learning cakephp by myself. I tried to create a user controller with a changepassword function. It works, but I am not sure if this is the best way, and I could not goo

4条回答
  •  北海茫月
    2020-12-13 01:33

    You can use the latest version of the cakeDC plugin. This plugin gives you all functionality of all functions related to login, logout, reset password, change password, etc. You can find the latest version here.

提交回复
热议问题