Remove MySQL Validate Password Plugin
If you want to disable the MySQL validate password plugin, you can run this command from the mysql command prompt:
uninstall plugin validate_password;
Result should be something like this:
Query OK, 0 rows affected (0.05 sec)
Now, the validate password plugin should be disabled.