From cdcf74ab0bde94d9be5aa29169b2c8ed8141103d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 2 Aug 2016 08:32:59 +0200 Subject: Fixed password change on MariaDB without auth plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #12424 Signed-off-by: Michal Čihař --- user_password.php | 1 + 1 file changed, 1 insertion(+) (limited to 'user_password.php') diff --git a/user_password.php b/user_password.php index 6404623695..20051110ae 100644 --- a/user_password.php +++ b/user_password.php @@ -237,6 +237,7 @@ function PMA_changePassUrlParamsAndSubmitQuery( } else if ($serverType == 'MariaDB' && PMA_MYSQL_INT_VERSION >= 50200 && PMA_MYSQL_INT_VERSION < 100100 + && $orig_auth_plugin !== '' ) { if ($orig_auth_plugin == 'mysql_native_password') { // Set the hashing method used by PASSWORD() -- cgit v1.2.3