Last updated on
17 May 2021
|
Also applies to Communiqué 4
Issue
CQ verifies only the first eight characters only of your password, and ignores the rest.
Solution
Use another encryption for your passwords (for example, sha1, md5) in your user template csd file. By default, you have:
<atom label="Password" driver="default" indexinghint="ignore" encorder="UNIXCRYPT" />
After the change:
<atom label="Password" driver="default" indexinghing="ignore" encoder="MD5" />
Note:
Reset the passwords of all the users that use this template. Otherwise, after a user dialog changes, users can't log in to the system.
Additional information
The encryption used for CQ user password is UNIX crypt, which has a limit of eight characters.