Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2015-10-11 06:54:07 -04:00
parent 835c63aed2
commit 41f5f57c1f

View File

@ -5001,7 +5001,7 @@ function PMA_getSqlQueriesForDisplayAndAddUser($username, $hostname, $password)
} else {
$password_set_real = null;
// Set the proper hasing method
// Set the proper hashing method
PMA_setProperPasswordHashing(
$_REQUEST['authentication_plugin']
);