club starter kit-auto response email

Discussion in 'ASP.NET Starter Kits' started by Aristotle, May 9, 2006.

  1. It's actually sending you a new random password, since the membership provider stores passwords in the database as non-reversible Hashed by default. You can configure the membership provider to store passwords in the database in Clear or Encrypted instead.

    The default membership provider looks like this:
     
  2. I have set up the 'ClubSite' web site. I have a problem with the autoResponse to send back a forgotten password. On the login.aspx page, you can enter your loginID and then your hint question and your password is to be auto sent back to your registered email account. I have it all working but when it sends back the email it shows the loginID and a jumbled password instead of the 'english' password. Has anyone got this to work or had the same problem?

    Dan
     
  3. /emoticons/hop.gif

    Thankyou!! Thankyou!!
    I spent a lot of time trying to make this function work. I appreciate your time in helping me. Everything works good.

    Dan
     

Share This Page