Posted on: 8/30/2014 3:12:40 PM | Views : 466

Hi,
I've decided I wish to create a guest sign up on the site (just for speedier checkout, and new member would probably never use this account again or be sent a username & password), they wouldn't be aware that they had created an account.
I'd like to use the createuser method to create a membership account.
However the site requires a unique username and unique email.
So there may be a scenario that the same user orders multiple times with the same email. This wouldn't work as the web.config requires a unique email.
1) Can I bypass creating a unique email
2) Can I generate a unique username
3) Can I just generate a unique password
Does this sound feasible? Any help would be great.
thanks.

Go to the complete details ...