Hi,
I've currently written my own login system for my project, which is simple, incomplete and probably not as secure as it should be. I think it would be better to use a user management library/script written by people with more experience and one that has been well tested. I've googled for user management php scripts/libraries/frameworks, but its hard to seperate the good ones from the bad ones.
I am looking for a PHP class with basic functionality:
Register / login / logout / isLoggedIn / etc.
Email account verification
Password recovery
At least the possibility to distinguish between a regular user and an admin (preferably more fine-grained permission control).
Does not mix up logic with HTML or actually I don't need the whole front-end at all, just the functions that handle the database storage stuff that can be called when needed.
Free for commercial use.
Does not use the mysql functions that are not supported in the newest PHP releases.
Non-crucial features, which would be nice to have:
Ability to track who is online.
Social media login (google/facebook/twitter/..)
A visual user administration panel (to support deleting/editing by administrator)
You have any good suggestions for scripts that meet my requirements?
Thanks
I've currently written my own login system for my project, which is simple, incomplete and probably not as secure as it should be. I think it would be better to use a user management library/script written by people with more experience and one that has been well tested. I've googled for user management php scripts/libraries/frameworks, but its hard to seperate the good ones from the bad ones.
I am looking for a PHP class with basic functionality:
Register / login / logout / isLoggedIn / etc.
Email account verification
Password recovery
At least the possibility to distinguish between a regular user and an admin (preferably more fine-grained permission control).
Does not mix up logic with HTML or actually I don't need the whole front-end at all, just the functions that handle the database storage stuff that can be called when needed.
Free for commercial use.
Does not use the mysql functions that are not supported in the newest PHP releases.
Non-crucial features, which would be nice to have:
Ability to track who is online.
Social media login (google/facebook/twitter/..)
A visual user administration panel (to support deleting/editing by administrator)
You have any good suggestions for scripts that meet my requirements?
Thanks