To disable email notification after password change, Add the following code in your theme file or plugin files.
/* To disable email notification after password change */ add_filter( 'send_password_change_email', '__return_false' );
Please feel free to contact me if you need any further information.