aboutsummaryrefslogtreecommitdiff
path: root/json/user.example.json
diff options
context:
space:
mode:
authorgrant-kun <[email protected]>2022-10-11 11:01:44 -0500
committergrant-kun <[email protected]>2022-10-11 11:01:44 -0500
commitd2782bae0a4e70cbdf9a84afd92ed7c28237b82a (patch)
tree01778b4366b0d13fcaf5fcbdddf71d23b3e3dc6f /json/user.example.json
parent75ced388a61f0f1e4b88765d09c3251748734fea (diff)
added email storage
Diffstat (limited to 'json/user.example.json')
-rw-r--r--json/user.example.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/json/user.example.json b/json/user.example.json
index be82a4d..8da7e3b 100644
--- a/json/user.example.json
+++ b/json/user.example.json
@@ -6,6 +6,6 @@
"last_login": "",
"alias": "root",
"login_key": "",
- "mail": ""
+ "mail": "json stringified encrypted(with user hash in b64)|needs:address,host,port,auth/password"
}
]