diff options
Diffstat (limited to '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" } ] |