diff options
author | grant-kun <[email protected]> | 2022-10-11 11:01:44 -0500 |
---|---|---|
committer | grant-kun <[email protected]> | 2022-10-11 11:01:44 -0500 |
commit | d2782bae0a4e70cbdf9a84afd92ed7c28237b82a (patch) | |
tree | 01778b4366b0d13fcaf5fcbdddf71d23b3e3dc6f /json/user.example.json | |
parent | 75ced388a61f0f1e4b88765d09c3251748734fea (diff) |
added email storage
Diffstat (limited to 'json/user.example.json')
-rw-r--r-- | json/user.example.json | 2 |
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" } ] |