Re: Selecting fields saved to Session by Auth

2009-04-07 Thread brian
e/switch type setup on the Auth group_id and query the table based > on group_id? > > Thanks, > Dave > > -Original Message- > From: brian [mailto:bally.z...@gmail.com] > Sent: April-07-09 1:16 PM > To: cake-php@googlegroups.com > Subject: Re: Selecting fields saved t

RE: Selecting fields saved to Session by Auth

2009-04-07 Thread Dave Maharaj :: WidePixels.com
] Sent: April-07-09 1:16 PM To: cake-php@googlegroups.com Subject: Re: Selecting fields saved to Session by Auth You can do this if you write your own login() method. Have a look at this Bakery article: http://bakery.cakephp.org/articles/view/simple-form-authentication-in-1-2-x- x 2009/4/7 Faza

Re: Selecting fields saved to Session by Auth

2009-04-07 Thread brian
You can do this if you write your own login() method. Have a look at this Bakery article: http://bakery.cakephp.org/articles/view/simple-form-authentication-in-1-2-x-x 2009/4/7 Faza : > > Hello! > > I've noticed, that by default, Auth loads and saves to Session every > field from the users mode

Selecting fields saved to Session by Auth

2009-04-06 Thread Faza
Hello! I've noticed, that by default, Auth loads and saves to Session every field from the users model, except the field designated as the one with password. In my case, the user model contains fields which I don't want to be stored in session. I've read the AuthComponent API, but so far it i