diff options
-rw-r--r-- | themes/luci-theme-material/ucode/template/themes/material/header.ut | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/luci-theme-material/ucode/template/themes/material/header.ut b/themes/luci-theme-material/ucode/template/themes/material/header.ut index 4a7e4cb8f1..b0c48b4736 100644 --- a/themes/luci-theme-material/ucode/template/themes/material/header.ut +++ b/themes/luci-theme-material/ucode/template/themes/material/header.ut @@ -73,7 +73,7 @@ <div class="darkMask"></div> <div id="maincontent"> <div class="container"> - {% if (getuid() == 0 && getspnam('root')?.pwdp === ''): %} + {% if (getuid() == 0 && getspnam('root')?.pwdp === '' && ctx.authsession): %} <div class="alert-message warning"> <h4>{{ _('No password set!') }}</h4> <p>{{ _('There is no password set on this router. Please configure a root password to protect the web interface.') }}</p> |