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, chris...@yahoo.com [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] 
> </user/SendEmail.jtp?type=node&node=5711516&i=0>.
> To unsubscribe from this group, send email to [hidden email] 
> </user/SendEmail.jtp?type=node&node=5711516&i=1>.
> 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 
> ml-node+s1045679n125572...@n5.nabble.com
> To unsubscribe from CakePHP, click here 
> <http://cakephp.1045679.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1255722&code=YmlsbC5zdG9sdHpAYm9vc3RlcndlYnNvbHV0aW9ucy5jb218MTI1NTcyMnwtNTU0NTk2MTUy>.
> NAML 
> <http://cakephp.1045679.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>  
>





--
View this message in context: 
http://cakephp.1045679.n5.nabble.com/password-recovery-find-first-condition-email-tp5711516p5711521.html
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+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.


Reply via email to