prooph/docker-files

Hi , Excuse me,How to set the password for rabbitMQ

Closed this issue · 3 comments

m9rco commented
  "users": [
    {
      "name": "event-engine",
      "password_hash": "qTSlFo1McOeeIkV67CER25Q+B6vquysVNWDL3yj2ISr5sstu",
      "hashing_algorithm": "rabbit_password_hashing_sha256",
      "tags": ""
    },
    {
      "name": "prooph",
      "password_hash": "SxKhlLCGTegGcVTMyfQqJZAHJArM9wQi/CcPExWFbmax0f9V",
      "hashing_algorithm": "rabbit_password_hashing_sha256",
      "tags": "administrator"
    }
  ],

Hi, rabbitMQ ships with a UI. You can log in, change the password, export the configuration and replace it with the old config file.

Let me know if this answers your question.

m9rco commented

thank you

m9rco commented

Thank you very much