From b30e86aa2f40834fbb1ba22bd4eefb9421367262 Mon Sep 17 00:00:00 2001 From: Kenny Laevaert Date: Mon, 23 Feb 2026 13:37:14 +0100 Subject: [PATCH] Update default credentials (#12201) Updated default credentials. --- frontend/public/json/calibre-web.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/frontend/public/json/calibre-web.json b/frontend/public/json/calibre-web.json index a1869075c..65650c21c 100644 --- a/frontend/public/json/calibre-web.json +++ b/frontend/public/json/calibre-web.json @@ -28,14 +28,10 @@ } ], "default_credentials": { - "username": null, - "password": null + "username": "admin", + "password": "admin123" }, "notes": [ - { - "text": "No credentials are set by this script. Complete setup and create credentials in the first-run wizard.", - "type": "info" - }, { "text": "Upload your Calibre library metadata.db during first setup wizard.", "type": "info"