IAdmPasswordSelfServicePolicy3
The IAdmPasswordSelfServicePolicy3 interface extends the IAdmPasswordSelfServicePolicy interface with the ability to configure email verification for the Self-Password Reset process.
Inheritance: IAdmPasswordSelfServicePolicy2
Properties
-
Property
-
Description
-
EmailVerificationEnabled
-
Gets or sets a value that indicates whether the Email Verification feature is enabled for the Self-Password Reset process.
-
EmailVerificationAddress
-
Gets or sets e-mail addresses of the verification email recipients separated by semicolons.
-
EmailVerificationSubject
-
Gets or sets the subject for verification emails.
-
EmailVerificationMessage
-
Gets or sets the text for verification emails.
-
EmailVerificationEmptyAddressBypassed
-
Gets or sets a value that indicates whether email verification is bypassed when a user does not have an email address assigned.
Details
EmailVerificationEnabled
Gets or sets a value that indicates whether the Email Verification feature is enabled for the Self-Password Reset process.
- Type:
- bool
- Access:
- Read/Write
EmailVerificationAddress
Gets or sets e-mail addresses of the verification email recipients separated by semicolons. You can use value references to specify the addresses (e.g. %mail%). Value references will be replaced with corresponding property values of the user whose password is reset.
- Type:
- string
- Access:
- Read/Write
EmailVerificationSubject
Gets or sets the subject for verification emails. You can use value references (e.g. %fullname%) in the subject. Value references will be replaced with corresponding property values of the user whose password is reset.
- Type:
- string
- Access:
- Read/Write
Remarks
Either the subject template or the message template specified by the EmailVerificationMessage
property must contain the %verificationcode% value reference. The value reference will be replaced with the verification code
EmailVerificationMessage
Gets or sets the text for verification emails. You can use value references (e.g. %username%). Value references will be replaced with corresponding property values of the user account.
- Type:
- string
- Access:
- Read/Write
Remarks
Either the message or the subject template specified by the EmailVerificationSubject
property must contain the %verificationcode% value reference. The value reference will be replaced with the verification code
EmailVerificationEmptyAddressBypassed
Gets or sets a value that indicates whether email verification is bypassed when a user does not have an email address assigned.
- Type:
- bool
- Access:
- Read/Write
Requirements
Minimum required version: 2013.2