From bc51e88c8c7a1b9edbbacc8e225a84659829f1b5 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 9 Dec 2025 11:33:15 +0100 Subject: [PATCH] Update wallabag.json --- frontend/public/json/wallabag.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/frontend/public/json/wallabag.json b/frontend/public/json/wallabag.json index 1d21ddd56..c7ead0b69 100644 --- a/frontend/public/json/wallabag.json +++ b/frontend/public/json/wallabag.json @@ -28,14 +28,10 @@ } ], "default_credentials": { - "username": "wallabag", - "password": "wallabag" + "username": null, + "password": null }, "notes": [ - { - "text": "Default login: wallabag / wallabag - change immediately after first login!", - "type": "warning" - }, { "text": "Database credentials are stored in ~/wallabag.creds", "type": "info"