Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for a PHP based user management system

I am presently looking for a user management system in PHP which can easily be integrated and built on. I have googled for it and i have two or three already on the list to try out, but then again i want the benefit of personal recommendation based on usage and experience with a solution.

So if you know of any that has worked for you in time past, i would really appreciate if you can recommend.

Thanks!

like image 691
dade Avatar asked Oct 13 '22 19:10

dade


1 Answers

My recommendation is to don't that stuff yourself. Provide integration to systems like(to name a few):

  • openid
  • facebook connect
  • twitter sign-in
  • rpxnow

There are libraries in almost any programming language(PHP), they are the most safe and users don't have to create (ANOTHER) separate account(etc).

Don't fall victim to security breach like for example lifehacker.com did. Like Jeff Atwood mentions security is hard and you should let the experts figure it out!

like image 174
Alfred Avatar answered Nov 15 '22 12:11

Alfred