• Georgi Kodinov's avatar
    BUG 12610784: SET PASSWORD INCORRECTLY KEEP AN OLD EMPTY PASSWORD · dfd4dd67
    Georgi Kodinov authored
    The check for empty password in the user account was checking the wrong field.
    Fixed to check the proper password hash.
    Test case added.
    Fixed native_password and old_password plugins that suffered from the same
    problems.
    Unambuguated the auth_string ACL_USER member : previously it was used for 
    both password and the authentication string (depending on the plugin). Now
    fixed to contain either the authentication string specified or empty string.
    dfd4dd67
sql_acl.cc 288 KB