docs(2fauth): 📝 Added notes for db credentials and the first account being an administrator account

This commit is contained in:
Janek 2024-12-23 09:54:33 +00:00
parent 291fe8fe87
commit 5b95ff800c

View File

@ -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"
}
]
}