Incompatibilities introduced in 3.21
Password Policy Changes
The password policy has been updated to enhance security within the application. These changes apply exclusively to the creation and validation of passwords within the application.
Password quality is not checked during user authentication or when importing users from Active Directory, as these processes rely on external password policies. Therefore, this update has no impact on authentication or user import functionality.
The specific changes are:
- Increased
PASSWORD_MIN_LENGTHfrom 8 to 12 - Set
LOWERCASE_MIN_COUNTandDIGIT_MIN_COUNTto 1 - Expanded
SPECIAL_CHARSto include all printable ASCII special characters
Datapoint names with quotes
Fixes have been applied for datapoint names that include quotes. In the ASCII file
generated with the Ascii -out option, quotes in DP names will be
escaped using double quotes ("").
This issue does not occur with ASCII V2 files, as they do not require escaping quotes.
Note that DpType and MasterDP names must not contain
quotes, as this is not supported.
