J
Jonathan Wood
I'm using ASP.NET membership functionality.
My problem is that I think I'd rather have each user account keyed on an
email instead of a user name. My main problem with user names is that
duplicates become likely and I don't want people to have to enter a bunch of
different user names before a unique one is found.
I know I can change the prompt of the login control to read email instead of
username. Has anyone done this? Anything else I need to worry about?
BTW, I know there is an option to make emails unique but that wouldn't be
enough for what I want. I want to be able to create new accounts using an
email address and an automatically-generated password.
Thanks.
My problem is that I think I'd rather have each user account keyed on an
email instead of a user name. My main problem with user names is that
duplicates become likely and I don't want people to have to enter a bunch of
different user names before a unique one is found.
I know I can change the prompt of the login control to read email instead of
username. Has anyone done this? Anything else I need to worry about?
BTW, I know there is an option to make emails unique but that wouldn't be
enough for what I want. I want to be able to create new accounts using an
email address and an automatically-generated password.
Thanks.