• Georgi Kodinov's avatar
    BUG 12610784: SET PASSWORD INCORRECTLY KEEP AN OLD EMPTY PASSWORD · 8ae2bb6e
    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.
    8ae2bb6e
plugin_auth.test 15.1 KB