Re: CakePHP User Authentication

2008-08-24 Thread villas
Also searching on this group, this thread may help: "Cake 1.2 Auth - Is someone logged in?" On Aug 24, 5:16 pm, ss <[EMAIL PROTECTED]> wrote: > Hello all, > I want to set up a user authentication and check in the "View". > Meaning, if a user is logged in, it should say "Welcome [user]" and > the

Re: CakePHP User Authentication

2008-08-24 Thread clemos
I think it's a very clever idea, despite the fact that it's a quite common behaviour. Also, I think this exact same kind of thing has been discussed quite a lot of times here, so I suggest that you read the numerous googlegroup posts that cover this subject, or the bakery, or the blog entries, all

Re: CakePHP User Authentication

2008-08-24 Thread Sam Sherlock
check the session using the session helper. 2008/8/24 ss <[EMAIL PROTECTED]> > > Hello all, > I want to set up a user authentication and check in the "View". > Meaning, if a user is logged in, it should say "Welcome [user]" and > then the regular form content. If the user is not logged in, it

CakePHP User Authentication

2008-08-24 Thread ss
Hello all, I want to set up a user authentication and check in the "View". Meaning, if a user is logged in, it should say "Welcome [user]" and then the regular form content. If the user is not logged in, it should just display the regular content on the view page. Any thoughts? --~--~-~-