Config: throw an error/warning if something is being used twice accidentally #2302
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I did yesterday a little whoopsie where I manually pasted
administratorNames
into a new config json. When opening up WebUI, I wasn't considered administrator even though I had put my name in... but then I realized there was anotheradministratorNames
a few lines below (empty of course), which silently caused that one issue (me not being considered admin even though I pasted my name in the first one). Maybe it makes sense that the server console reports such a conflict? That there's a duplicate ofadministratorNames
causing a conflict?