FIX - harden server startup diagnostics

This commit is contained in:
DerEchteAlec
2026-08-17 05:16:10 +02:00
parent d121370159
commit 6a8be4d679
7 changed files with 108 additions and 19 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ local password_pepper = tostring(Config.Server.FlipTokPasswordPepper or "")
if password_pepper == "" then
Bridge.Debug(
"warn",
"[sky_phone] Config.Server.FlipTokPasswordPepper is empty; configure it in config/config.lua before production use."
"[sky_phone] Config.Server.FlipTokPasswordPepper is empty. FlipTok passwords still work, but their hashes lack the required server-side secret. Set a stable random value in config/config.lua before production; changing it later invalidates existing FlipTok passwords.",
{ always = true }
)
end