Does Any1 Know How To Avoid From Some1 To Register More Than One In A Web? Any1 Kind Of Software?
February 22, 2010 under FAQ
I will have a web where it will let visitor to register. but i want it to prevent from same user to register more than one. I’m trying to develop a web by using joomla. hopefully some1 can help me figure this out. thanks in advance.
Search more about Does Any1 Know How To Avoid From Some1 To Register More Than One In A Web? Any1 Kind Of Software?:




if they register using an email address then you enforce unique email addresses
Anyone can register with a second email address if you do what 1st answer told u to.
It is BEST to set 1 registration per IP address, That means that only ONE person can register per 1 IP address.
You can make this change if you’re into .php.