From 5309db7e1214ce9e6255efc131306d36bfc6f2ff Mon Sep 17 00:00:00 2001 From: oliver Date: Sat, 13 Jun 2026 06:06:03 -0300 Subject: [PATCH] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index a814240..65a52b5 100644 --- a/app.js +++ b/app.js @@ -1006,7 +1006,7 @@ async function savePassword() { const ok = await confirmDialog( "Your Hermes & Root Password", - "This will immediately update the root password on your server. Make sure to save it somewhere safe. Continue?", + "This will immediately update the root password on your server (the dashboard user is root). Make sure to save it somewhere safe.\n\nNote: You will need to restart the server for the dashboard password to take effect. Continue?", ); if (!ok) {