How to change existing Percona generated user's auth plugin to caching_sha2_password

@Lars_Erik_Dangvard_J I found in the code where the user is created:

Notice that the method is not specified, which means it will use the server’s default. You need to configure default_authentication_plugin=caching_sha2_password in your my.cnf and restart the server.