diff options
author | grant-kun <[email protected]> | 2022-10-17 11:19:23 -0500 |
---|---|---|
committer | grant-kun <[email protected]> | 2022-10-17 11:19:23 -0500 |
commit | feec06e1f1ad6ce7595e162b2ddc2265756a4351 (patch) | |
tree | f794bf190c5d54dc517dbf87e65da12e9d69ff6a | |
parent | 6f0410dabf3794c2f30748f55a4a939f26b0acff (diff) |
removed extra
-rw-r--r-- | json/user.example.json | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/json/user.example.json b/json/user.example.json deleted file mode 100644 index 8da7e3b..0000000 --- a/json/user.example.json +++ /dev/null @@ -1,11 +0,0 @@ -[ - { - "name": "root", - "hash": "OTVYg/fHYeVbtyrusPl8fV+zQcp1ImjzbP+3Cy+3lk14fl2icYhzlULKtbTpOx4E", - "sudo": true, - "last_login": "", - "alias": "root", - "login_key": "", - "mail": "json stringified encrypted(with user hash in b64)|needs:address,host,port,auth/password" - } -] |