In this blog we will discuss how to change the password in cakePhp by using Auth. Firstly, in your model you have to define a function beforeSave which will hash your password to auth password, you can do this by writing the code:- See more at: http://findnerd.com/list/view/How-to-change-user-password-in-CakePhp-using-Auth/4103/#sthash.trBWjoTl.dpuf
Topics