Anyone have experience with a decent PHP user management class ... or even a PHP/Ruby/Python framework with really solid, well thought out user management?
I have all these little apps I've thrown together over the years that I use internally. Would love to launch some as SAAS type webapps but I'm not a confident enough programmer yet (and too lazy) to try to build my own secure user management from scratch.
Ideally I'm looking for a simple and secure PHP class that doesn't try to take over my entire app and handles things like:
At this point I'd even be willing to switch to a PHP/Ruby/Python framework if user management is just amazing out of the box.
Thanks,
Sean
I have all these little apps I've thrown together over the years that I use internally. Would love to launch some as SAAS type webapps but I'm not a confident enough programmer yet (and too lazy) to try to build my own secure user management from scratch.
Ideally I'm looking for a simple and secure PHP class that doesn't try to take over my entire app and handles things like:
- user registration (preferably with option to just use email + password, without requiring username)
- email verification
- lost password
- change password
- access levels
- user groups
- protected pages
- etc.
At this point I'd even be willing to switch to a PHP/Ruby/Python framework if user management is just amazing out of the box.

Thanks,
Sean