Jump to content

multiple registrations


stuart7398

Recommended Posts

One way is to check to see if the username is already taken or not. If it is, error message. You could log someone's IP address and not allow them to even see the registration page, but then if they went to another computer they could do it. These suggestions don't stop someone fully, but mostly just detour the average user.

 

In general, do you think people will try to sign up for more than one account on the site you're trying to make? What does the site do?

use session and cookie. If you don't want to do that, you can query a user table for each page that checks for IP address - which only works while the person's IP address doesn't change.

 

I prefer validating on email address, because it's something they always remember, it's always unique, and you're going to ask for it anyway. 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.