From 5b95ff800cbad08dd0db49ef6d7bd2b479412428 Mon Sep 17 00:00:00 2001 From: Janek <6506725+jkrgr0@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:54:33 +0000 Subject: [PATCH] docs(2fauth): :memo: Added notes for db credentials and the first account being an administrator account --- json/2fauth.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/json/2fauth.json b/json/2fauth.json index bca0ea51..1fb77270 100644 --- a/json/2fauth.json +++ b/json/2fauth.json @@ -30,5 +30,14 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "Database credentials: `cat ~/2FAuth.creds`", + "type": "info" + }, + { + "text": "The very first account created is automatically set up as an administrator account.", + "type": "info" + } + ] } \ No newline at end of file