Hi,
the "pin complexity" of TOTP per se can only distinguish between 6 or 8 pin numbers.
When RCDev's pin card hardware such as RC200, RC300 and RC400 hardware tokens are used, these "default values" are set during card registration for the registered user of the card:
OpenOTP.Login Mode: LDAPMFA
OpenOTP.OTP Password Length: 6
OpenOTP.TOTP Time Step: 30It should not be possible with TOTP or HOTP, as happens with a German Girocard, to be assigned a PIN '4444', as this is a token that is calculated each time against the current time:
https://en.wikipedia.org/wiki/Time-based_one-time_password#AlgorithmIn the admin area you can (or rather: must) set up one to several different "client policies" anyway.
If you can manage different domain users/clients via different client profiles (with different client IDs, IP addresses or similar), you can set up a separate default domain for each profile - which, by the way, was also necessary for our "single-only" domain in order to get the correct default domain active.
Bests
Reiner