Re: User Authentication and User Management

2006-11-10 Thread Dr. Tarique Sani
On 11/10/06, AD7six <[EMAIL PROTECTED]> wrote: > I have a number of things that I need to 'polish', but I'd be willing > to put some time into a User admin project. A generic User Admin plugin? For this to be truely generic it will have to be so simple that the developer using it will almost al

Re: User Authentication and User Management

2006-11-10 Thread AD7six
Hi Dr Tarique, I have a number of things that I need to 'polish', but I'd be willing to put some time into a User admin project. Cheers, AD7six Please note: The manual/bakery is a good place to start any quest for info. The cake search (at the time of writing) erroneously reports less/no result

Re: User Authentication and User Management

2006-11-09 Thread Dr. Tarique Sani
On 11/9/06, Ismael S. Kafeltz <[EMAIL PROTECTED]> wrote: > The ACM man did not work on ACM for months, so don't expect a update so > early. You could use the old script if you wish. ( i don't know where > to download old versions ) PhpNut_ has said that he will look into it but I think it is an i

Re: User Authentication and User Management

2006-11-09 Thread Ismael S. Kafeltz
It is possible that you are suffering 2 problems: One solution is here: http://groups.google.com/group/cake-php/browse_thread/thread/f19fe8d0eecabadb/227f8de5ff37a5ad?lnk=gst&q=acm&rnum=3#227f8de5ff37a5ad Second i discovery my self using Beyond Compare, the file db_acl.sql whitch contain sql scr

Re: User Authentication and User Management

2006-11-09 Thread AD7six
Hi all, What /exactly/ is the scope being discussed..? The easiest way to make something not generic/reusable is to make it do more than one thing. On Nov 8, 4:25 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Wouldn't it be nice... if we had a cake authentication component (like > othAuth

Re: User Authentication and User Management

2006-11-08 Thread [EMAIL PROTECTED]
Penfold wrote: > I am currently working on a project that requires maximum flexiblity > for user management so ACM is a no go ( i need users in multipul groups > and groups in multipul groups) Hmm, I couldn't get ACM to work, perhaps ver 1.0 will come with some docs. > i am willing to share wh

Re: User Authentication and User Management

2006-11-08 Thread [EMAIL PROTECTED]
Dieter, that was an excellent article. > it. But i'm talking more about things like user registration forms, > password change forms, ... I was also referring to stuff like registration forms and password change forms. As you are in the process of making it "more generic", please let me know if

Re: User Authentication and User Management

2006-11-08 Thread [EMAIL PROTECTED]
> There is a article on bakery > http://bakery.cakephp.org/articles/view/128 which is a very good > starting point. > Actually i'm in the process of making the authentication system more generic, and i'm also working on some simple stuff to be combined with it. But i'm talking more about things l

Re: User Authentication and User Management

2006-11-08 Thread Ismael S. Kafeltz
Agreed, it is important to know this because it can affect your choice over ACM. And save days and hours. Thanks Penfold to remember this. Penfold escreveu: > I am currently working on a project that requires maximum flexiblity > for user management so ACM is a no go ( i need users in multipul gr

Re: User Authentication and User Management

2006-11-08 Thread [EMAIL PROTECTED]
I didn't see ACM when I was looking through cakeForge. I will definitely check it out. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googleg

Re: User Authentication and User Management

2006-11-08 Thread Penfold
I am currently working on a project that requires maximum flexiblity for user management so ACM is a no go ( i need users in multipul groups and groups in multipul groups) i am willing to share what i have done so far, othauth is not the best place to start as very complicated and no documentatio

Re: User Authentication and User Management

2006-11-08 Thread Ismael S. Kafeltz
I have the same problem that you. I opted to use ACM because othAuth has no documentation, examples, tutorials for you learn it. ACM is very easy to use and for my needs. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gr

User Authentication and User Management

2006-11-07 Thread [EMAIL PROTECTED]
User management and user authentication used to be something that I used every once in a while in my web projects. However it seems more-and-more that every project I do requires some sort of user authentication and user management. Wouldn't it be nice... if we had a cake authentic