Copied to clipboard

Flag this post as spam?

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


  • Claushingebjerg 886 posts 2415 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?


     

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies