mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-22 05:51:45 -07:00
Refactor to keep plugin_auth_string
This commit is contained in:
parent
9b2624c942
commit
04f24c57f3
2 changed files with 13 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
bugfixes:
|
||||
- mysql_info - Fix ``users_info`` filter output variable for hashed password to use ``plugin_hash_string`` instead of ``plugin_auth_string`` (https://github.com/ansible-collections/community.mysql/pull/629).
|
||||
- mysql_info - Add ``plugin_hash_string`` to ``users_info`` filter's output. The existing ``plugin_auth_string`` contained the hashed password and thus is missleading, it will be removed from community.mysql 4.0.0. (https://github.com/ansible-collections/community.mysql/pull/629).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue