Security :: Use The PasswordRecovery Control To Recover A Password Using The Email Address Instead Of The User Name?

Jan 26, 2010

Is it possible to use the PasswordRecovery control to recover a password using the email address instead of the user name?

Ideally I'd like to have the PasswordRecovery control allow users to enter their email address instead of their user name and then proceed to answer the security question.

View 3 Replies


Similar Messages:

Is It Possible For A User To Recover Their Password By Entering Their E-mail Address Alone

Jan 19, 2010

Is it possible for a user to recover their password by entering their e-mail address alone?

Right now I am using the PasswordRecovery control, and i have security questions disabled. So all the user has to do is put their User Name, and hit submit, then their password is e-mailed to them.

But, a lot of my users forget their User Name, so right below I have a User Name recover section. The user inputs their e-mail address, and their corresponding user name shows up.

I would like to simplify this and just require the user's e-mail address to provide them their user name AND password.

View 3 Replies

Security :: Configuring Website To Dispatch Email To Enable Members Recover Their Password?

Mar 11, 2010

I have finally designed the school portal. I am having another challenge now. I have created the recover password page. But when it comes to clicking submit I recive error. How do code this so that the password will be sent to my members email.

View 2 Replies

Winforms - Finding Control That Will Accept An Email Address And Password/verify With A Password Strength Indicator

Jun 7, 2010

I need a control that will accept an email address and password/verify with a password strength indicator.

Has anyone seen a similar type control?

View 2 Replies

Web Forms :: How To Recover Password Using Email ID

Jan 23, 2012

When user enters their email id i how to send email to them ? whether it is good to send their password or send a link to change password? how to make the link not working after 24 hrs/1 day?

View 1 Replies

Security :: Password Retrieval / Configure It To Work With The Log In Name And Email Address?

May 5, 2010

By default the Password Recovery control requires the username to send the user the login details. Is there any way I can configure it to work with either the log in name and email address or failing that just email address?

View 1 Replies

Security :: Recover Password Not Working?

Apr 19, 2010

I am trying to use the asp.net contol recover password in my web page I cna load the page and enter the username and answer to the question fine but when I click on the submit button I get an error message saying System.Net.Mail.SmtpException: The operation has timed out

the stack trace is

[code]....

I have only put the recover password control on the web page I havn't added any formatting or code and all the other emails I have set to send work fine so can't see why the smtp setting would be wrong for this unless I need to add some code to my page.

View 5 Replies

Security :: Get Email Address Of Currently Logged In User?

Oct 11, 2010

We are using Profile.FirstName and Profile.LastName to get current user's firstname/last name. How do we get current user's email address?

View 2 Replies

Security :: Allow An Authenticated User To Change Email Address?

Apr 3, 2010

I have been searching since some days for the best approach one can have in order to allow an authenticated user to change his/her email address.

This is the code I have but apparently it doesn't work and it doesnt even gives a error. The application seems to ignore it:

Change email address:

<asp:TextBox ID="txtEmail" runat="server"></asp:TextBox>
<asp:TextBox ID="txtPassword" runat="server"></asp:TextBox><br />
<asp:Button ID="changemailbtn" runat="server" Text="Button" />
<asp:Label ID="lblErrors" runat="server" EnableViewState="False"

[Code]....

View 8 Replies

Security :: PasswordRecovery By Email Instead Of Username

Jun 5, 2010

Is it possible to create a passwordRecovery by the email address instead of the username? A lot of our members forgot their username.

View 1 Replies

Security :: PasswordRecovery Sending Email Twice

Dec 24, 2010

I have a PasswordRecovery control set up on an ascx control as shown below. In some cases users have gotten two emails with different passwords sent at the same time. They're insistent that they haven't hit the button twice. I am using the CSSFriendly adapters, so I can take that off and see if it corrects the problem. Otherwise I suppose I could put this on the aspx page rather than a control.

<asp:PasswordRecovery ID="PasswordRecovery1" runat="server"

View 5 Replies

Security :: Changing PasswordRecovery To Email

Dec 12, 2010

I am new to asp.net 4.0 and I am having a hard time changing the PasswordRecovery to email instead of username. here is my aspx page (the page won't hit the vb code unless i enter the username not the email)

[Code]....

View 9 Replies

Security :: Finding Tutorials For Registering And Sending An Activation Link To The User's Email Address

Feb 9, 2010

I program in vb

I was wondering if someone can direct me to a good quality tutorial on the process of registering and sending an activation link to the user's email address. I can't seem to find any useful tutorials online!

View 5 Replies

Security :: Send Customized Email On Password Recovery Control

Mar 2, 2011

I want to send the Customized email body text to user with new Password like the below

View 6 Replies

Web Forms :: PasswordRecovery Control - Errors Trying To Send Email

Oct 28, 2010

I have a password recovery control on my login page. I want to have it send the user specified (and after question/answer filled out correctly) password in an email. I keep throwing an error though, saying that the SMTP needs authentication. I've used a lot of email capabilities in my application, but I set all the SmtpClient properties programmatically, so I never had to rely on system.net mailSettings section of the web.config file. But now I am relying on it, because I am not intercepting any events (unless that would be easiest) of the password recovery control. Here is my system.net excerpt from my web.config file:

[Code]....

What am I not doing here to specify SMTP authentication? Why am I throwing this error? I'm putting my credentials in there with username and password. Am I not configuring the PasswordRecovery control correctly?

View 4 Replies

Security :: How To Stop Sending Mail When Email Format Is Wrong In Password Recovery Control

Jan 20, 2011

I want get code for how to stop sending mail when email format is wrong in password recovery control and getting error message and also how to getting error message, means how to stop that.

View 5 Replies

How To Authenticate Users Based On Their Email Address And Password As Oppose To Domain

Dec 10, 2010

Does anyone know how I can authenticate users based on their Email Address and Password as oppose to Domain, Username and then Password?

View 1 Replies

Web Forms :: Send Email With Username And Password When User Forget Password

Sep 15, 2012

URL...how we can sending formatted email now in my Login.aspx page i have Textbox that when users forget their password they should type their Username on the textbox and after that click on send button.I want when users click on send button their user name that they type in textbox be on the email that send to me .

View 1 Replies

Email Integration In Website / Want An Option So That The User Can Also Set 'From Address' And The Email Should Be ANTI-SPAM Compliant?

Jun 29, 2010

I am building an email feature in my website (jobs site). By using this functionality, recruiters will be able to send emails to candidates. I want an option so that the user can also set 'From Address' and the email should be ANTI-SPAM compliant.

View 2 Replies

Security :: Bug In PasswordRecovery Control?

Apr 5, 2010

I have asked the following question multiple times but did not receive any proper reply.

I have a web page which is using PasswordRecovery control.

Its working fine but I have a scenario in which I have to disable Viewstate for the whole application.

Now after disabling viewstate when I visit the webpage I have noticed that PasswordRecovery controls is not working (Every times when I submit the default button to go to step 2, the postback occur but not moving to step 2).

View 1 Replies

Security :: How To Make Login Control Allow Users To Login By Either Username Or Email Address

Oct 12, 2010

how to make login control allow users to login by either username or email address

View 1 Replies

Security :: How Do Get The User And Password From The Textboxes Of Login Control

Jun 10, 2010

i have added login control provided with teh VS 2008 to the form, when i double click Login button of it, it creates the Click event,

what i want is to fetch the values in the boxes username and password, How do that? why i cannot access the id tag of the textboxes from the clickevent?

View 5 Replies

Security :: Change Display Of PasswordRecovery Control?

Aug 11, 2010

For reasons to long to go in to I have to change the behaviour/appearance of the Success page on our password recovery page.

We've been tasked with making the Success template identical to the UserName template i.e. with a label and text box for UserName and identical messages on both pages.

Basically our client wants no difference between successful password retireval and failure - the same message will display regardless e.g. "An email has been sent to <username> with your password."

Which reminds me - in the success/failure message they'd like the entered UserName to appear but I can only get it to appear if it's a valid username - if it's nonsense the UserName is blank.

View 2 Replies

Security :: Access The Submit Button In Passwordrecovery Control?

Nov 17, 2010

I am using passwordrecovery control.

After entering username and keying enter key(from keyboard) it was not firing submitbutton_click event. So i have added defaultbutton property in the panel control, and it is working fine. And my problem here is..

Clicking on submit button it is showing security question. After answering the security question, i have to click on the submit button either by mouse click or tab enter.

What i need to do is.. after answering the security question, I should be able to hit enter key instead of mouse clicking on submit button.

View 3 Replies

Security :: PasswordRecovery Control Is Not Working With Disable Viewstate?

Mar 31, 2010

I have a web page which is using PasswordRecovery control.

But I have a scenario in which I have to disable Viewstate for the whole application.

Now after disabling viewstate when I visit the webpage I have noticed that PasswordRecovery controls is not working (Every times when I submit the default button to go to step 2, the postback occur but not moving to step 2).

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved