Browse by Tags

Related Posts

  • How to customize the e-mail sent by PasswordRecovery In The SendingMail Event and Include The Newly Reset Password In The E-mail

    Hi, I have a multi-lingual application that needs to send different password recovery e-mail messages to the user based on their language preference. The problem is that I cannot simply read one .txt file from the MailDefinition of the PasswordRecovery control due to this and when I try to programatically...
    Posted to Security (Forum) by jon333 on 05-16-2009, 12:00 AM
    Filed under: PasswordRecovery, sendingMail, Customize
  • Previously locked out user cannot retrieve password

    Hello, I had a user who was locked out of the membership security system -- because of the default three failed login attempts. I increased the max login attempts -- and I also unlocked this user using the UnlockUser() method. However, after verifiying that this user is now NOT locked out and is also...
    Posted to Security (Forum) by relish27 on 05-08-2009, 12:00 AM
    Filed under: PasswordRecovery
  • A question about Passwordrecovery wizard

    Hello, Users create account using membership control,and passwords are Hashed. I'm using passwordrecovery control to reset the user password if they forgot it by asking them for email. The problem is that if I know someone's email, I can rest their password. I want the passwordrecovery to send...
    Posted to Security (Forum) by elshorbagy on 04-08-2009, 12:00 AM
    Filed under: password change, PasswordRecovery, Membership account
  • Password Recovery - allow user to set question and answer.

    Ok, here's my situation. I have roughly over 400 active directory user accounts and would like to employ the password recovery feature in asp.net 2.0. However, the main issue is the only time that the wizards allow the setting of that is when an account is created. Another problem is the active directory...
    Posted to Security (Forum) by bbcompent1 on 10-12-2008, 12:00 AM
    Filed under: PasswordRecovery
  • PasswordRecovery control reset password workflow

    Hi there, I am using passwordFormat="Hashed", no security questions. 1. I want the user to enter email instead of username to kick off a reset, how do I do this? 2. I beleive the workflow once you hit Submit on the PasswordRecovery is it changes your password in the database and emails you...
    Posted to Security (Forum) by mentat on 10-11-2008, 12:00 AM
    Filed under: PasswordRecovery
  • passwordrecover control doesn't work!!!

    Webconfig <membership defaultProvider="xxxxSqlMembershipProvider" userIsOnlineTimeWindow="15"> <providers> <clear/> <add name="xxxxSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="xxxx"...
    Posted to Security (Forum) by vjero on 09-25-2008, 12:00 AM
    Filed under: PasswordRecovery
  • PasswordRecoveryAdapter doesn't display username and question for templated views

    It looks like that if you use the PasswordRecoveryAdapter with templated PasswordRecovery control, the username and security question are not displayed in the question view. In the RenderContents method of the PasswordRecoveryAdapter the adapter neglects to populate these child controls before rendering...
    Posted to CSS Friendly Control Adapters (Forum) by gborisl on 02-15-2008, 12:00 AM
    Filed under: passwordrecovery
  • PasswordRecovery not working properly?

    Hi All, I have a PasswordRecovery control on a page, but it is not working. Here is my web.config entry: < membership defaultProvider= "yyySqlMembershipProvider" userIsOnlineTimeWindow= "20" > < providers > < clear/ > < add name= "yyySqlMembershipProvider"...
    Posted to Security (Forum) by dmoreitz on 01-06-2008, 12:00 AM
    Filed under: PasswordRecovery
  • PasswordRecovery control without using IIS Authentication

    I wrote my own class to perform the user authentication and email password to the user using OnVerifyingUser Event on the PasswordRecovery control. The problem is that with this scheme the PasswordRecovery control always reports a failure to authenticate the user. I suspect it is because I am not using...
    Posted to Security (Forum) by maizo9 on 09-10-2007, 12:00 AM
    Filed under: password recovery, PasswordRecovery
  • SecurityException in PasswordRecovery when in medium trust

    I'm using the PasswordRecovery control in a site that's running in medium trust. When I try to recover a password, I get the exception below. Apparently the LoginUtil class uses the SmtpClient class to send the email (no surprise), but that one wants to read something from the Environment, which...
    Posted to Security (Forum) by Brikkelt on 09-10-2007, 12:00 AM
    Filed under: email passwordrecovery, password recovery, PasswordRecovery, ASP.NET 2.0, .net security
Page 1 of 3 (28 items) 1 2 3 Next >