How to reset user for rabbitmq management
You can access the user-management with rabbitmqctl and use the command: add_user {username} {password} or more preferably maybe edit an existing user, or set the permissions for the new user with: set_permissions [-p vhostpath] {user} {conf} {write} {read} For example use the following commands: (it is important to perform these three steps even when creating … Read more