5

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!

dade
  • 3,340
  • 4
  • 32
  • 53
  • clarify what your system will do. can you give any examples.. that will help us. – andrewk Dec 26 '10 at 00:46
  • just want an identity system...something that would take care of creating new accounts, authenticating users and deal with things like password recovery etc. – dade Dec 26 '10 at 01:18
  • Also, which one's are on your list? Maybe we can comment on those... – Adam Dec 26 '10 at 01:19

2 Answers2

4

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

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!

Community
  • 1
  • 1
Alfred
  • 60,935
  • 33
  • 147
  • 186
0

Don't know if this is exactly what you are looking for, but Ionisis.com provides a user management system among other things. http://uams.ionisis.com/

Hope that helped.

James
  • 3,765
  • 4
  • 48
  • 79