Re: User to change password

2011-02-11 Thread euromark
even better: use $this->Auth->password() from the auth component (if you use it) On 11 Feb., 23:21, Ryan Schmidt wrote: > On Feb 11, 2011, at 00:13, Ed wrote: > > > I am new to Cake but, am diving in head first... I've tried several > > different types of coding examples on how to allow a User t

Re: User to change password

2011-02-11 Thread Ryan Schmidt
On Feb 11, 2011, at 00:13, Ed wrote: > I am new to Cake but, am diving in head first... I've tried several > different types of coding examples on how to allow a User to change > their password. This is the version I am trying and we (my group) do > have Auth working, so 'User' needs to be "Auth.U

User to change password

2011-02-11 Thread Ed
I am new to Cake but, am diving in head first... I've tried several different types of coding examples on how to allow a User to change their password. This is the version I am trying and we (my group) do have Auth working, so 'User' needs to be "Auth.User" ... Can anyone give me an idea why it doe