How to reset user for rabbitmq management

前端 未结 4 986
隐瞒了意图╮
隐瞒了意图╮ 2021-01-29 18:38

Using rabbitmq, we can install management plugin. Then we access via browser using http://localhost:55672/ using guest:guest. The problem is, I can not login anymor

4条回答
  •  青春惊慌失措
    2021-01-29 19:36

    The simplest way I found is to use this command to reset the password for any user in RabbitMQ

    rabbitmqctl change_password  
    

提交回复
热议问题