I am looking to change rabbitMQ default guest user password to something then guest and guest..........
Config look like this:
[ { rabbit, [
{ loopback_users, [ ] },
{ vm_memory_high_watermark, {absolute, 595276595 }},
{ default_user, 'guest' },
{ default_password, 'somepassword' },
{ disk_free_limit, 52428800 }
] } ].
For some reason, the web interface still accessible via guest guest... It does not seem to apply config.
U syspect loopback_users has something to do with it...