Re: Auth component + Cake 1.2

2007-08-02 Thread Dr. Tarique Sani
On 8/2/07, luke BAKING barker <[EMAIL PROTECTED]> wrote: > > > Hey Tarique, thanks for this reply - perhaps I will try a new nightly > and see if the patch has made it in. If the patch has made it in - the trac is usually updated In fact there are 4 tickets on auth component which we are awaitin

Re: Auth component + Cake 1.2

2007-08-02 Thread luke BAKING barker
Hey Tarique, thanks for this reply - perhaps I will try a new nightly and see if the patch has made it in. thanks Luke On Aug 2, 12:17 pm, "Dr. Tarique Sani" <[EMAIL PROTECTED]> wrote: > On 7/27/07, Gorka <[EMAIL PROTECTED]> wrote: > > > > > I thought AuthComponent handled user login and logout

Re: Auth component + Cake 1.2

2007-08-02 Thread Dr. Tarique Sani
On 7/27/07, Gorka <[EMAIL PROTECTED]> wrote: > > > I thought AuthComponent handled user login and logout on its own, > validating username/password pairs and thus I saw no reason to use a > validLogin function on the model as you did. Yes it is supposed to but there is a bug - see this ticket by

Re: Auth component + Cake 1.2

2007-08-02 Thread luke BAKING barker
Brians tutorial on Acl and Auth http://realm3.com/articles/setting_up_users_groups_withacl_and_auth_in_cake_1.2.php On Aug 2, 11:56 am, luke BAKING barker <[EMAIL PROTECTED]> wrote: > Hi Gorka - I too am having problem with this issue. I am using the > excellent tutorial by Brian as a starting p

Re: Auth component + Cake 1.2

2007-08-02 Thread luke BAKING barker
Hi Gorka - I too am having problem with this issue. I am using the excellent tutorial by Brian as a starting point, and cake 1.2.0.5146 alpha but the second call seems to be failing a submitted & valid login for me: I get-- Undefined index: password [CORE/cake/libs/controller/ components/auth.p

Re: Auth component + Cake 1.2

2007-07-27 Thread Gorka
After digging quite a bit in the AuthComponent source, I think I've found the problem. There are still some things I don't understand, so please feel free to correct me where I might be wrong. For example, identify() gets called twice in a login, but I can't figure where does the second call come

Re: Auth component + Cake 1.2

2007-07-27 Thread Gorka
I thought AuthComponent handled user login and logout on its own, validating username/password pairs and thus I saw no reason to use a validLogin function on the model as you did. But: AuthComponent won't log me in with an invalid password for a given username, but what is freaking me out is that

Auth component + Cake 1.2

2007-06-21 Thread danfreak
Dunno why but I can't post in the original thread. original thread=> " new auth component in cake 1.2 " http://groups.google.com/group/cake-php/browse_frm/thread/f2d0143c2e59ce2b/30126ff7024d152c?lnk=gst&q=auth&rnum=2#30126ff7024d152c My 2 cents about the new Auth component (Cake 1.2.0.5146alp