Cookies are used to collect information about you. Nexus uses this information to give you a better experience of the website (functional) and to count the pages you visit (statistics).
Click OK to give Nexus your consent to use cookies. Read more about Nexus' cookie policy.
Log in to Identity Manager Admin as Administrator.
Set the PIN length
In Identity Manager Admin, go to Home >Scripts.
Select the script TempCardsAddonExtProdScriptOptions.
In the section PIN and PUK Management in the script, go to the TempCardsAddonExtProdPINLength variable, see the example. By default it is set to 6.
Example:
/*
Defines the length of the PIN code.
Possible options:
* 6(default) - PIN length is set to 6.
* 4 - PIN length is set to 4.
*/
TempCardsAddonExtProdPINLength = "6"
If you want the PIN length to be 4, set TempCardsAddonExtProdPINLengthto 4.
Click Save in the upper left corner to save the updated script (or exit without saving if there are no updates).