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? Maybe I could mix and match
to get a complete picture.

I'd really like to put together a web app starter pack that just does
user registration/login/management (and does it well), and put it up
on cakeforge for people to use. I noticed a couple of other similar
concepts on the cakeforge, but for some reason, none of them had any
files available to download. Strange.

-Tom Chapin


On Sep 30, 6:17 pm, "Sam Sherlock" <[EMAIL PROTECTED]> wrote:
> 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 to a site very easy, but I baked test projects and
> rebaked after mistakes.
>
> (There is plenty of info about auth)
>
> 2008/9/30 Tom Chapin <[EMAIL PROTECTED]>
>
>
>
> > 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
> > longer works, and I would really like to take advantage of the built-
> > in Authentication object instead of using some hacked together user
> > system. The only problem is that all the documentation I've been able
> > to find seems to be in pieces and all spread around. I haven't found
> > any complete, coherent examples of the 1.2 Auth user system in proper
> > use. All I've found are snippets and what not here and there.
>
> > Does anyone have (or know of) a ready-to-roll user system for CakePHP
> > 1.2? Like, just a basic CakePHP app that does nothing but User
> > registration (hopefully including sign up confirmation and forgotten
> > password emailing), User Login, and User Management? All you'd have to
> > do is throw some other models and controllers on it and you'd have a
> > complete web app.
>
> > If something like this existed and was open sourced and freely
> > available for people to use or improve on, I think it would be so
> > useful. I have a number of projects that I've dreamed up and have half-
> > built, and if I could just plug in a working user registration/login/
> > management piece, I could practically launch 3 different web apps
> > right now.
>
> > Any ideas?
>
> > Thanks,
>
> > Tom Chapin
> > Tornado Design
> > [EMAIL PROTECTED]
> >http://www.tornadodesign.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to