Re: CakePHP Auth - Basic Template User System

2008-10-02 Thread SiggiSmara
I actually submitted a tutorial for 1.2rc2 on bakery several days ago but it hasn't been approved yet about a simple setup of action based auth_component usage. I spend a few days reading most of what I could find on the matter and there is a lot of things written that have not worked for me. I f

Re: CakePHP Auth - Basic Template User System

2008-10-01 Thread Sam Sherlock
2 searches on goole these link all came from first page, be sure to search this group. Password reseting, user registration, saving passwords etc have all been discussed - acl much harder, auth minutes to set up once you know how. This is something that worth learning as you need to have confiden

Re: CakePHP Auth - Basic Template User System

2008-10-01 Thread Kanten
I must say I second that. I'm trying to build a Auth-system and the documentation of the Auth Component is sorely lacking. So if anyone could point to a full fledged working example, that would be very much appreciated. /Anders On Oct 1, 5:37 am, Tom Chapin <[EMAIL PROTECTED]> wrote: > Hello, >

Re: CakePHP Auth - Basic Template User System

2008-09-30 Thread Tom Chapin
Hello, Thank you for your reply! I downloaded NeutrinoCMS and it looks like it has a functional user login system, but I didn't see anything about new user registration in it, though... Does anyone know of any other cake apps out there that have fully functional user authentication built in? Ma

Re: CakePHP Auth - Basic Template User System

2008-09-30 Thread Sam Sherlock
Try Neutrino CMS its fantasic; that uses auth. I downloaded some time ago; I have not used it on any projects though; Its a working example you can learn from All you'd have to > do is throw some other models and controllers on it and you'd have a > complete web app. I have found adding auth t

CakePHP Auth - Basic Template User System

2008-09-30 Thread Tom Chapin
I've been using CakePHP for a number of projects over the past two years (and I love it). One of the things that's been holding me back is the Auth system. I was using a custom coded user system for CakePHP 1.1, and it worked pretty well. However, now that I'm moving to 1.2, I found that it no lo