|
|
@@ -5,5 +5,5 @@ Fix the incorrect default ACL rule, which was:
|
|
|
|
|
|
However, it should use `{re, "^dashboard$"}` to perform a regular expression match:
|
|
|
```
|
|
|
-{allow, {username, {re,"^dashboard$"}}, subscribe ,["$SYS/#"]}.
|
|
|
+{allow, {username, {re,"^dashboard$"}}, subscribe, ["$SYS/#"]}.
|
|
|
```
|