From d2782bae0a4e70cbdf9a84afd92ed7c28237b82a Mon Sep 17 00:00:00 2001 From: grant-kun Date: Tue, 11 Oct 2022 11:01:44 -0500 Subject: added email storage --- json/user.example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json') 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" } ] -- cgit v1.2.3