hi guys,... I have a password recovery function can't make it work,... on 
1.3CAKE 
I'm getting error: Undefined index: email

  function password_recovery()
  {
    if(!empty($this->data))
    {
      if(!($user = $this->User->find('first', array('conditions' => 
array('User.username' => $this->data['User']['username'], 'User.email' => 
$this->data['User']['email'])))))
      { 

what am I doing wrong,...? 
can anyone help please... 

thanks 
chris

-- 
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.


Reply via email to