The time interval after which users must change their pincode. After this time period has expired, a user can no longer authenticate with IDOL Community Component until they change their pincode.
Specify the duration in the following format:
NumberTimeUnitwhere,
| Number | is the number of time units to elapse. | 
| TimeUnit | is the time unit to apply. The following units are available: 
 | 
If you do not specify a TimeUnit, IDOL Community Component 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 | 
|  |