allowedChars
Information type
Passwords
Syntax
"allowedChars": [ "string1", "string2", ... "stringN" ]
Parameters
| A string consisting of all allowed characters connected with a password policy. |
For use with
The product configuration file for the eSecIP Professional and eSecIP Standard editions.
Description
Use this field to define the policies for the device password.
Note
Any printable UTF-8 character can be specified. Additional characters (for instance, UTF-16+) might work within a system, but it is your responsibility to ensure that the characters are suitable for your product's ecosystem. You must also adhere to the JSON standard for escapable characters. For example, if a string of characters needs to contain the backslash character, it must be escaped within the policy string using another backslash—the escape character in JSON—like this: \\.
This field is mandatory in a passwords configuration object.
Example
"allowedChars": [
"abcdefghjkmnpqrstuvwxz",
"ABCDEFGHJKMNPQRSTUVWXYZ",
"0123456789",
"$!,.#&+"
]