The PasswordRecovery type exposes the following members.

Properties

  Name Description
Public property EnableCaptcha
Gets or sets a flag if Captcha is enabled.
Public property EnableSSL
Gets or sets a flag if SSL is enabled for SMTP send e-mail message.
Public property MailRequestTemplateHtml
HTML template for mail message sent on password change request.
Public property MailRequestTemplatePlainText
Plain text template for mail message sent on password change request.
Public property MailSubject
Mail message subject.
Public property MailTemplateHtml
HTML template for mail message sent on successful registration.
Public property MailTemplatePlainText
Plain text template for mail message sent on successful registration.
Public property RequestExpireHours
Gets or sets the hours until the password change request expires.
Public property SentSuccessfully
Gets or sets a sent successfully message.
Public property SentUnSuccessfully
Gets or sets a sent unsuccessfully message.
Public property UseResetPasswordOnly
Gets or sets a flag if password recovery will use reset password and will not send an existing password to a user.

Note: This functionality is turned off by default.

Public property UserName
Gets or sets the name of the user.

See Also