I have the fields,... I have the inputs,... when I remove one condition , 'User.email' => $this->data['User']['email'] it works,... but I want to have both,... just in case,... for more security... this is password recovery,...
thanks MaJerle On Tuesday, October 2, 2012 2:16:17 PM UTC-7, MaJerle.Eu wrote: > > make sure, that $this->data['User']['username'] and > $this->data['User']['email'] exists..check your input names..make > pr($this->data) to see array structure :) > -- > Lep pozdrav, Tilen Majerle > http://majerle.eu > > > > 2012/10/2 Chris <[email protected] <javascript:>> > >> $this->data['User']['username'] >> > > -- Like Us on FacekBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php?hl=en.
