ChangePassword

  • Thread starter Thread starter schlack
  • Start date Start date
// web.config
<membership ...>
...
enablePasswordRetrieval="false"
enablePasswordReset="true"
passwordFormat="Hash"
</membership>

Then use the PasswordRecovery control which will generate a new password
which can be sent using the MailDefinition configuration. How you "force"
this to occur is up to you.

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top