PincodeChangeDuration
The time interval after which users must change their pincode. After this time period has expired, a user can no longer authenticate with IDOL Server until they change their pincode.
Specify the duration in the following format:
NumberTimeUnit
where,
Number
|
is the number of time units to elapse. |
TimeUnit
|
is the time unit to apply. The following units are available:
|
NOTE: If you do not specify a TimeUnit
, IDOL Server reads the specified number as seconds.
If you do not want to expire pincodes, set PincodeChangeDuration
to -1
.
Type: | Long |
Default: | -1 (disabled) |
Required: | No |
Configuration Section: | User |
Example: | PincodeChangeDuration=60days
|
See Also: | PasswordChangeDuration
PincodeLength UserPin |