View difference between Paste ID: KNZPybJK and vbHuGDjc
SHOW: | | - or go back to the newest paste.
1
    "passwords" : {
2-
        "admin" : ["abc","a"],
2+
        "A1_owner" : ["infogulch:passABC","JohnRambozo:pass2"],
3-
        "trusted" : [],
3+
        "A1_builder" : ["howdy", "mat^2"],
4-
        "builder" : []
4+
        "A2_owner" : ["howdy:pass123"],
5
        "A2_builder" : ["infogulch"],
6
        ...
7-
        "builder" : ["god", "goto"]
7+
8
    "rights" : {
9
        "A1_owner" : [..., "rollback"]  // rollback would have to limit it
10
        ...
11
    },