Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
but this only accepts the user name by default. Is there any way to change this to email?
is working on a reply...