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.
Cards (external production) - Manage option to set PIN length
This article describes how to manage the option to set the PIN length. This option is used when activating a card for theCards add-on External productionpackage. A script in Identity Manager Admin is used to manage the options.
Log in to Identity Manager Admin as Administrator.
Set the PIN length
In Identity Manager Admin, go to Home >Scripts.
Select the script CardsAddonExtProdScriptOptions.
In the section PIN and PUK Management in the script, go to theCardsAddonExtProdPINLengthvariable, 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.
*/
CardsAddonExtProdPINLength = "6"
If you want the PIN length to be 4, set CardsAddonExtProdPINLengthto 4.
Click Save in the upper left corner to save the updated script (or exit without saving if there are no updates).