User management, authentication and acl plugin for CakePHP? [closed]
Asked Answered
S

9

5

I am pretty new to CakePHP, having been using rails for a little while. My question is, can anyone recommend a good user management, authentication and acl plugin or component for Cake?

I have come across this one, but it has not been updated since 2008. If not can anyone recommend a good book/tutorial site for this kind of set up? I am more than happy to sit down and write this kind of thing myself, but would rather use a tested community plug-in.

Cheers

Sunnysunproof answered 30/9, 2009 at 22:17 Comment(2)
Great question. I haven't found a great solution for this stuff in Cake.Deceleron
You may want to take a look at github.com/delight-im/PHP-Auth which is both framework-agnostic and database-agnostic.Quinze
I
2

I haven't yet found a plugin that I've been completely satisfied with. I've been using the SimpleAclComponent and SimpleAuthComponent (that are based on A lightweight approach to ACL - The 33 lines of Magic) to build a custom solution.

Intermarriage answered 30/9, 2009 at 22:42 Comment(0)
L
6

I found this one which is updated, works with latest CakePHP v1.3.. But haven't tested it though. Link: http://github.com/jedt/spark_plug

Lachlan answered 16/5, 2010 at 6:9 Comment(0)
I
2

I haven't yet found a plugin that I've been completely satisfied with. I've been using the SimpleAclComponent and SimpleAuthComponent (that are based on A lightweight approach to ACL - The 33 lines of Magic) to build a custom solution.

Intermarriage answered 30/9, 2009 at 22:42 Comment(0)
R
1

You could try the phpGACL plugin for CakePHP - I've had some amount of success with it but it takes a bit of getting used to. You're best checking out the 1.2 branch from the Cakeforge repository though, rather than just going for the "download" link on the plugin's home page, which hasn't been updated for some time.

Rucker answered 30/9, 2009 at 22:21 Comment(1)
Thanks for the reply, but I am ideally after something that deals with the sign up/email confirmation etc as well as the ACL and authentication. phpGACL looks fantastic though, so if I cannot do this as a single plugin, perhaps I can find three...?Sunnysunproof
S
1

I am currently using this one, http://bakery.cakephp.org/articles/view/acl-management-plugin, but I had to modify it a bit to get it to manage CRUD. I'm curious what others will post in this thread.

-Matt

Salk answered 1/10, 2009 at 0:33 Comment(0)
T
1

It took some wrestling, but I did eventually get authentication and acl working via built in CakePHP components, Auth and Acl.

Getting it setup was smooth until it came time to grant and deny permissions. For this I use an Acl management plugin by Jeff Loiselle that I got from http://bakery.cakephp.org/articles/view/acl-management-plugin

Triglyceride answered 1/10, 2009 at 5:28 Comment(0)
T
1

I use this nice plugin : http://sourceforge.net/projects/pippoacl/ You could manage users, groups and permissions of groups with ajax in very nice and user friendly interface

Trihydric answered 1/10, 2009 at 11:26 Comment(0)
B
1

I have tried all what is posted above but nothing can beat Authake

Bogeyman answered 31/3, 2011 at 6:24 Comment(0)
F
1

Try this one https://github.com/CakeDC/users It is from CakeDC

Forfar answered 16/4, 2012 at 7:11 Comment(0)
S
0

PoundCake Control Panel works with CakePHP 1.3

Sinuous answered 4/7, 2010 at 0:40 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.