Re: cakePHP ACL recommendations?

2007-02-05 Thread lukemack
many thanks for the reply. I think I will go with othauth and see how I get on. On 5 Feb, 02:22, Langdon Stevenson <[EMAIL PROTECTED]> wrote: > Hi Lukemack > > I have used Othauth successfully, and also dauth with ACL. Both work > fine. > > Othauth may be easier to implement in a system like you

Re: cakePHP ACL recommendations?

2007-02-04 Thread Langdon Stevenson
Hi Lukemack I have used Othauth successfully, and also dauth with ACL. Both work fine. Othauth may be easier to implement in a system like you describe out of the two options above. dauth and ACL gives you complete power and flexibility. Just take your pick. Both are good solutions. I hav

cakePHP ACL recommendations?

2007-02-04 Thread lukemack
Hi, I'm going to be writing an app which will have a large number of end users (all with the same permissions on a subset of functionality) and a small set of CMS users in different groups (say Superusers, Publishers, Editors) who will have access to the back-end. I've been looking at cake ACL b