The email notification for password expiration can be set up to 90 days. It is not possible from the Admin site to set above 90 days but instead from the
ConditionPasswordExpirationSettings.cshtml file.
Product design.
Access the following file to remove the 90 day cap:
Program Files\One Identity\Password Manager\Web\Admin\Views\Scenario\ConditionPasswordExpirationSettings.cshtml
Modify the following line from:
@Html.SpinboxFor(model => model.DaysToExpiration, 1, 90)
to
@Html.SpinboxFor(model => model.DaysToExpiration, 1, 365)
Enhancement request 489124 has been created for consideration in a future release of the product to remove 90 days cap.
© ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center