WL#14281: Make password hash rounds configurable.

Affects: Server-8.0   —   Status: Complete

The industry standard for how many hash rounds that are needed for a password storage is always changing. Currently our customers require it to be between 5000 and 10000. To meet their security requirements we must introduce a system global variable which sets the default value for the caching_sha2_password password plugin. The existing password format already supports a per user setting, but small adjustments needs to be made in order to handle different values.