This article provides information on how to change the Password Reset reminder settings in StoreFront.
Note: Ensure to backup the web.config file before you make any changes to the file.
Complete the following steps to change the password reset reminder settings:
<explicitBL authenticator="defaultDelegatedAuthenticator" requireAccountSIDs="true"
hideDomainField="true" allowUserPasswordChange="Never" showPasswordExpiryWarning="Windows"
passwordExpiryWarningPeriod="10" allowZeroLengthPassword="false">
<domainSelection default="animaniacs">
<clear />
<add domain="animaniacs" />
</domainSelection>
</explicitBL>
<explicitBL authenticator="defaultDelegatedAuthenticator" requireAccountSIDs="true"
hideDomainField="true" allowUserPasswordChange="Never" showPasswordExpiryWarning="Never"
passwordExpiryWarningPeriod="10" allowZeroLengthPassword="false">
<domainSelection default="animaniacs">
<clear />
<add domain="animaniacs" />
</domainSelection>
</explicitBL>
<explicitBL authenticator="defaultDelegatedAuthenticator" requireAccountSIDs="true"
hideDomainField="true" allowUserPasswordChange="Always" showPasswordExpiryWarning="Custom"
passwordExpiryWarningPeriod="10" allowZeroLengthPassword="false">
<domainSelection default="animaniacs">
<clear />
<add domain="animaniacs" />
</domainSelection>
</explicitBL>