Hi
I was wondering what you would recommend as authentication method in PHP. I need a simple authentication system where I can grant users rights to user administration and some other stuff. Moreover I need to be able to grant authentication more precisely like permission to add, edit and/or delete users.
Any references to howtos, guides and other resources would be appreciated. A simple authentication system with theses properties would also be appreciated.
I have to following fields in my user database:
Id
Username
Password
Email
Fullname
How would it be most efficient to extent this so I can grant users permissions not only to user administration, page administration and so one but also to read, edit or delete users and/or pages?