community.mysql/changelogs/fragments
betanummeric ed3935abec
mysql_user: add "update_password: on_new_username" argument, "password_changed" result field (#365)
* mysql_user: add value 'on_new_username' to argument 'update_password'

* mysql_user: return "password_changed" boolean (true if the user got a new password)

* mysql_user: optimize queries for existing passwords

* mysql_user: add integration tests for update_password argument

* mysql_user: add description for "update_password: on_new_username" argument

* add changelog fragment

* formatting (PEP8)

* Update changelogs/fragments/365-mysql_user-add-on_new_username-and-password_changed.yml

Co-authored-by: Benjamin MALYNOVYTCH <bmalynovytch@users.noreply.github.com>

* Update changelogs/fragments/365-mysql_user-add-on_new_username-and-password_changed.yml

Co-authored-by: Benjamin MALYNOVYTCH <bmalynovytch@users.noreply.github.com>

* Update plugins/modules/mysql_user.py

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>

* Update changelogs/fragments/365-mysql_user-add-on_new_username-and-password_changed.yml

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>

* Update changelogs/fragments/365-mysql_user-add-on_new_username-and-password_changed.yml

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>

Co-authored-by: Felix Hamme <felix.hamme@ionos.com>
Co-authored-by: Benjamin MALYNOVYTCH <bmalynovytch@users.noreply.github.com>
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
2022-05-31 16:00:24 +02:00
..
.keep Add .keep file to changelog/fragments to make it always present (#113) 2021-03-10 18:16:18 +01:00
322-mysql_query_fix_false_change_report.yml mysql_query: fix false change reports when IF NOT EXISTS clause is used (#322) 2022-05-25 16:19:31 +02:00
334-mysql_user_fix_logic_on_oncreate.yml mysql_user: prevent password getting set for existing users on on_cre… (#342) 2022-05-31 07:40:32 +02:00
365-mysql_user-add-on_new_username-and-password_changed.yml mysql_user: add "update_password: on_new_username" argument, "password_changed" result field (#365) 2022-05-31 16:00:24 +02:00
367-mysql_role-fix-deatch-members.yml mysql_role: don't add members to a role when creating the role and "detach_members: true" is set (#367) 2022-05-25 11:47:39 +02:00
368-mysql_role-fix-member-detection.yml mysql_role: fix and simplify role member detection (#368) 2022-05-25 10:16:50 +02:00
369_mysql_role-add-members_must_exist.yml mysql_role: add argument "members_must_exist" (#369) 2022-05-27 12:11:17 +02:00