Hassio MQTT Multiple Users

Hi

I have had MQTT working on a Ubuntu Server, but today I have changed to HASSIO to give it a go. However I cant seem to get multiple users on the configuration within HASSIO as the save is greyed out.

here is the config I am trying to use

{
  "plain": true,
  "ssl": false,
  "anonymous": false,
  "logins": [
     {“username”: “testuser”, “password”: “mypw”}, 
     {“username”: “seconduser”, “password”: “mypw”}, 
     {“username”: “thirduser”, “password”: “mypw”}
  ],
  "customize": {
    "active": false,
    "folder": "mosquitto"
  },
  "certfile": "fullchain.pem",
  "keyfile": "privkey.pem"
}

I have searched and tried the answers but still cant get it to work…

1 Like

Take a look at the quotation marks you’ve used for your user. They differ from the rest.

1 Like

Thanks stupid me… , I have been looking at that for the past hour… not sure how I did that … Thanks so much