From 7a44080edaa6e8b35d253ecc045783aa98f07be6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Wed, 24 Dec 2025 14:22:33 +0100 Subject: [PATCH] Pocketbase: Add note for superuser account creation (#10245) --- frontend/public/json/pocketbase.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/public/json/pocketbase.json b/frontend/public/json/pocketbase.json index 32d9e653c..0745af81a 100644 --- a/frontend/public/json/pocketbase.json +++ b/frontend/public/json/pocketbase.json @@ -31,5 +31,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "Type `/opt/pocketbase/pocketbase superuser create YOUREMAIL PASSWORD` to create your superuser account.", + "type": "info" + } + ] }