Tuesday, October 2, 2012

Re: password_recovery find('first' condition email

You may need to quote the email address   or escape the "@" so that mysql does not think the email address is a mysql variable...

On 10/2/2012 5:00 PM, [hidden email] [via CakePHP] wrote:
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 [hidden email].
To unsubscribe from this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/cake-php?hl=en.
 
 



If you reply to this email, your message will be added to the discussion below:
http://cakephp.1045679.n5.nabble.com/password-recovery-find-first-condition-email-tp5711516.html
To start a new topic under CakePHP, email [hidden email]
To unsubscribe from CakePHP, click here.
NAML



View this message in context: Re: password_recovery find('first' condition email
Sent from the CakePHP mailing list archive at Nabble.com.

--
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 cake-php@googlegroups.com.
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
 
 

No comments: