Submitted by Baterka on Mon, 08/19/2019 - 19:52
With MariaDB 10.3 (What should be supported, because its part of Debian 10) i am getting this error when trying to create/update user:
Password hash should be a 41-digit hexadecimal number.
Status:
Needs review
Comments
Submitted by andreychek on Mon, 08/19/2019 - 20:01 Comment #1
Howdy -- this would be the same as your request yesterday regarding MariaDB 10.3+... we don't have support for it yet, but support for that should be coming out soon:
https://www.virtualmin.com/node/66896
Submitted by danny on Thu, 09/05/2019 - 12:43 Comment #2
Hi, thanks for fixing of the error of issue 66896 https://www.virtualmin.com/node/66896 I think the error of issue 66896 is a different error than this issue 66926. My solution to the error of issue 66896 was: mysql -h localhost -u root -p mysql ALTER TABLE mysql.user ALTER authentication_string SET DEFAULT ''; The error of the issue 66926 still exists. This error "Password hash should be a 41-digit hexadecimal number" occurs when I want to change the MySQL password on page "virtual-server/list_databases.cgi" or on "mysql/edit_user.cgi".
Submitted by Juds on Tue, 05/05/2020 - 11:34 Comment #3
Still happening for me on Ubuntu 20.04 with MariaDB version 10.3.22-MariaDB-1ubuntu1 and Webmin 1.941.
Fortunately, when it came to setting the password for the user in question, I had the "0123456789ABCDEF012345678901234567890123 - style password from another machine.
Happens on creation of the user in System module and when editing the user in MySQL module.