Re: Auth component not returning user data on manual login (CakePHP 2.0.3)

2011-11-28 Thread Pratz_
($this-request-data['User']); On Nov 28, 7:08 am, Pratz_ pratyushmit...@gmail.com wrote: I tried doing: $this-Auth-login($data['User']); It too successfully logins the user, but the user data is still not accessible via Auth component. $this-Auth-user('id') still returns NULL. On Nov 25, 12

Re: Auth component not returning user data on manual login (CakePHP 2.0.3)

2011-11-27 Thread Pratz_
logging in of a newly created user does not work. May be I am doing something wrong, please provide some leads. Thanks, Pratz_ -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others

Auth component not returning user data on manual login (CakePHP 2.0.3)

2011-11-24 Thread Pratz_
login through cookies [using remember me] or automatic logging in of a newly created user does not work. May be I am doing something wrong, please provide some leads. Thanks, Pratz_ -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP