Was a change of password successfully user get the message "The password is empty!".
I think the error is on line 1170 in server_privileges.php:
$message = PMA_Message::success('strPasswordEmpty');
The varible should set to:
$message = PMA_Message::success('strPasswordChanged');
Yes! moved to patches