Hello,
Rather than forcing users to remember a UserName, I would rather have them enter their email address and have the password reset and sent to them.
I am using ASP .Net PasswordRecovery control under the membership provider.
Right now the system works fine, it resets the password and sends to the user. However, I find that many users forget their UserName. Obviously, I include the UserName in the email to them.
Ideally, I would dispense with usernames completely, but unfortunately I already have users with UserNames that are not email addresses.
So, how can I easily change my PasswordRecovery control to ask for the user's email address and send the reset password, and UserName to that address?
Thanks you.