community.mysql/changelogs/fragments/add_salt_param_to_gen_sha256_hash.yml
Matthieu Bourgain 0bc3e3d848
Add salt parameter to hash generation for sha256 plugins (#631)
* add salt parameter to hash generation for sha256 plugin
* technomax review modification
* no general user test for salt
2024-06-11 17:23:05 +02:00

3 lines
138 B
YAML

---
minor_changes:
- mysql_user - Add salt parameter to generate static hash for `caching_sha2_password` and `sha256_password` plugins.