fuuko/wordclock: Use 15 character long password

```cpp
    struct {
      char domain[32];
      char clientId[16];
      char user[16];
      char password[16];
    } mqtt;
```

(f637c2f39e/PersistentStorage.h)

This went unnoticed, because on NixOS, mosquitto does not validate
passwords by default.
upower
Simon Bruder 2021-05-28 23:02:11 +02:00
parent c918486622
commit 6f31ded457
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
acl = [
"topic readwrite wordclock/color/+"
];
password = "ymfQkXcEqGuk62SH";
password = "ymfQkXcEqGuk62S";
};
};
checkPasswords = true;