...
Therefore, using the default settings, a web user will receive an email reminder after 7 days . The and the account will be disabled after 14 days (7 plus 7).
If the PasswordExpiryReminder value is zero then password reminder functionality is disabled and neither a reminder email will be sent, nor will a web user's account be disabled. Since this value has a default of "7", this value must be explicitly set to zero to disable password reminder functionality.
...
<%%> variable | Description |
---|---|
<%product%> | The name of the product eg, e.g. TIM Enterprise |
<%expiryunits%> | The value of PasswordExpiryTimeUnits |
<%expirydate%> | A computed date of the above values relative to the date that the email was sent at, in local date/time format. |
...