From 2bea489f056a5417a280a3ca1ffc37abb64fb52e Mon Sep 17 00:00:00 2001 From: Stephen Dade Date: Thu, 23 Jan 2025 14:01:33 +1100 Subject: [PATCH] README: Add clarification to username passwords --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c600ba0..fbdad3f 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,9 @@ The access control does *not* apply to any MAVLink or video streams The default username is ``admin`` and password ``admin``. This can be changed on the "User Management" page. +Usernames and passwords are stored in the ``user.json`` file in the Rpanion-server folder. Resetting this file (via ``git checkout user.json``) +will reset the usernames/passwords back to it's defaults. + ## Tests Unit tests are split into separate commands for the frontend (ReactJS) and backend.