Ask YC: Open-Source User Management System
I've been scouring the web for an open-source user management system to integrate into a web application. There seems to be limited support for a simple system that can handle user login, signup, and maybe emails...and yet almost every web app needs it! How can this be?
Any solutions that anyone knows of that aren't full-fledged CMS systems? PHP preferred...
5 comments
[ 5.9 ms ] story [ 15.2 ms ] threadIt sounds like an interesting sort of thing to base a project around, though. Out of curiosity, what exactly do you think service like that would have to be able to handle?
This could be a hosted solution or one that you install on your own servers (preferably self-installed and easily modifiable) - either way you'd set it up, code your own visual interface for logging in, signing up, etc, but use the user management API on the back end for storing user data, storing new user data, etc. It would also utilize smart encryption techniques, allow for mass emails, etc.
I understand that these issues are mostly straightforward, but it seems crazy that every new web app has to re-invent the wheel for user management!?
I'd imagine a few open-source php classes and one or two standard DB tables would do the trick, and maybe a simple interface for managing users and emails.
I'm not much of a coder but this seems like it might be easy enough to try out. I might give this a go, if it's not done by the summer (which is when I have free time again).