community.rabbitmq icon indicating copy to clipboard operation
community.rabbitmq copied to clipboard

User and access data should be checked Fixes #184

Open markus-as opened this issue 1 year ago • 4 comments

SUMMARY

The password to be changed was not checked, but the one used to log in to ansible. As a result, the password is never changed.

Details were described in an open Github issue (#184).

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

community.rabbitmq.rabbitmq_user module

ADDITIONAL INFORMATION

markus-as avatar Dec 02 '24 08:12 markus-as

@markus-as thanks, this looks good to me. When we're setting the password in change_password we're using self.password, but when we validate the password in check_password we're not using the new password.

Is it possible to add a documentation snippet please and update the commit message with the problem this solves? Thanks!

csmart avatar Feb 08 '25 23:02 csmart

@csmart Updated the Commit message and add some description. Sorry but this is about 3 Month ago and i cant tell more details now then in December.

Technical details are described in the Github issue.

markus-as avatar Feb 12 '25 07:02 markus-as

@csmart Do you need something more from my side?

markus-as avatar Mar 04 '25 09:03 markus-as

Is it possible to add a documentation snippet for the change?

csmart avatar Mar 04 '25 10:03 csmart

We've just run into this problem - is there any timeline on it being merged?

charlietw avatar May 01 '25 10:05 charlietw

I was hoping for a snipped to be added, but let me merge it now

csmart avatar May 11 '25 09:05 csmart