Hi All,
I am implementing a portal that uses email as the login. I have the uniqueEmailRequired set to true and during the CreateUserWizard I generate a unique username and hide if from the user. This all seems to work great except for the Password Recovery.
If I use the PasswordRecovery control, it wants to use the UserName (which I want hidden). What I need is to ask the user for the email and then during the VerifyingUser I lookup up the username based on email. This works fine, however the question screen shows the username. I have no idea of how to change that to email. I tried to write code into the PreRender, VerifyingAnswer. Neither worked.
I then tried to extend the PasswordRecovery control and override the OnVerifyingAnswer method, but this method never even fires.
Any help would be extremely appreciated.
Bill