Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Claushingebjerg 939 posts 2574 karma points
    Nov 05, 2010 @ 16:51
    Claushingebjerg
    0

    retrieve member info by email instead of username

    is there a simple way to retrieve a members login and password by inputting the email adress instead of the user name. People often forget user names, they seldom forget email adresses.

    im using

    <asp:PasswordRecovery ID="PasswordRecovery1" Runat="server" 
        SubmitButtonText="Send Password" SubmitButtonType="Link">
      <MailDefinition From="[email protected]"
    Subject
    ="dit password" BodyFileName="PasswordMail.txt" />
    </asp:PasswordRecovery>

    but this only accepts the user name by default. Is there any way to change this to email?


     

     

Please Sign in or register to post replies

Write your reply to:

Draft