Hi allDue to changes in overall security we are changing “Change Interval” and “grace period”
We would like the users to get the :
WARNING: Your Password will expire on xx/xx/xxxx
7 days before the Expiration date
The formula for this is :
Expiration Date = (Last Change Date + Change Interval)
IF (Expiration Date - Today’s Date ) < (25% of change interval)
THEN display a warning
The Expiration Date is located in the Notes.ini
CertificateExpChecked xx/xx/xxxx
Because we use Change Interval = 45 we need to change the 25% to 15%.
Is this possible ?
And how is it done ?
Thanks in advance