From 1f3970fcf7551071b82e44eb13cb3349a35a28f9 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Fri, 20 Mar 2026 14:52:31 +0100 Subject: [PATCH] fix(discourse): update notes with creds path --- json/discourse.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json/discourse.json b/json/discourse.json index d371c09c..e5d1e017 100644 --- a/json/discourse.json +++ b/json/discourse.json @@ -37,11 +37,11 @@ "type": "warning" }, { - "text": "Admin user is created with username 'admin'. Set password in first login.", + "text": "Admin credentials are saved in `/root/discourse.creds` inside the container.", "type": "info" }, { - "text": "Configure SMTP settings in admin panel for email notifications.", + "text": "Configure SMTP settings in the admin panel (Admin > Settings > Email) for email notifications.", "type": "info" } ]