Re: User Account Administration using Auth Component - Password reset/Forgot Password Functionality

2008-06-29 Thread Chris Hartjes
On Sun, Jun 29, 2008 at 12:03 PM, Maro <[EMAIL PROTECTED]> wrote: >if(strcmp($phrase,$createdHash) == 0) >{ > > > if(!empty($this->Auth->data['User']['password_confirm'])) >{ >if > ($this->Auth

User Account Administration using Auth Component - Password reset/Forgot Password Functionality

2008-06-29 Thread Maro
I'm trying to to allow users to update their password should they forget it using a "Forget Password" link which maps to method resetPassword(). I am using the Auth component and when registering a new user and saving the account details to the database the password is automattically encrypted an