-
Bug
-
Resolution: Fixed
-
Major
-
3.7.1
-
None
-
None
The SQL scripts of user tables creation contain a mistake for MySQL version. The SALT column type is VARCHAR(64) instead of VARCHAR(128).
(Users and FOUsers in jdbc_users.sql and jdbc_fousers.sql)
I did the opposite and get all the salts to 64
(because the code is using only 48 and because mysql is the most tested)