Comments
-
You can try attached file. I have removed ["admins"] from "users" : { "admin" : { "dashboard" : { "tabs" : [], { "name" : "Fabric A", "groups" : ["admins"], and added ["admins"] to "users" : { "admin" : { "dashboard" : { ... }, groups: ["admins"]
-
File users.json modified previously probably contains invalid string. Can you check syntax e.g. on https://jsonformatter.curiousconcept.com/# or paste it here.
-
Edit stor2rrd/etc/web_config/users.json and add group admins to admin like: { "groups:{ ... } "users":{ "admin":{ "name":"STOR2RRD Administrator", "groups":["admins"], ...
-
Can you check if user admin has admins group assigned in stor2rrd?
Howdy, Stranger!