From 970571a141b60c4404512a25f9a98c5c8f3672ae Mon Sep 17 00:00:00 2001 From: Mellowlynx <2348339+Mellowlynx@users.noreply.github.com> Date: Sat, 9 Nov 2024 02:15:50 +0100 Subject: [PATCH] Fixed password (#146) --- json/filebrowser.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json/filebrowser.json b/json/filebrowser.json index aa6092388..7705d2b3d 100644 --- a/json/filebrowser.json +++ b/json/filebrowser.json @@ -28,7 +28,7 @@ ], "default_credentials": { "username": "admin", - "password": "changeme" + "password": "helper-scripts.com" }, "notes": [ { @@ -36,4 +36,4 @@ "type": "warning" } ] -} \ No newline at end of file +}