HGeneAnthony Posted December 24, 2009 Share Posted December 24, 2009 I'm working on a page and I need to create a user management system. However, it seems like a rather involved project by itself. I need a way to add users, confirm user has correct email address, use captcha, a password reset system, user management, etc. So many sites have user management systems I have to wonder if there's pre-made, drop in systems I can use already. Is there any system people use here to manage their users, etc.? Link to comment https://forums.phpfreaks.com/topic/186223-looking-for-helping-with-user-management-system-password-reset-etc/ Share on other sites More sharing options...
trq Posted December 24, 2009 Share Posted December 24, 2009 I'm not sure anything like a drop-in user manager would be feasible really, there's just too many variables within an applications design. Having said that however, a good framework should provide allot of the necessary components, Zend framework for instance provides Zend_Acl & Zend_auth which can be used in combination to build quite complex user permissions systems. The other functionality you speak of (crud) would of course still need to be developed. Link to comment https://forums.phpfreaks.com/topic/186223-looking-for-helping-with-user-management-system-password-reset-etc/#findComment-983495 Share on other sites More sharing options...
HGeneAnthony Posted December 24, 2009 Author Share Posted December 24, 2009 Actually that was pretty helpful. I currently use CodeIgniter but they don't appear to have anything. However, I use Zend for their Lucene search engine already as a dropin. I can probably mix this in the current system. Thank you for your help! Link to comment https://forums.phpfreaks.com/topic/186223-looking-for-helping-with-user-management-system-password-reset-etc/#findComment-983503 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.