luci-theme-material: add again no password set hint
authorFlorian Eckert <fe@dev.tdt.de>
Wed, 29 Mar 2023 07:49:38 +0000 (09:49 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Wed, 29 Mar 2023 08:34:20 +0000 (10:34 +0200)
This was accidentally deleted with commit:
bec2c7e2b50e062575f3649ccd76b81af41b9820

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
themes/luci-theme-material/ucode/template/themes/material/header.ut

index 24b2c73517adf2bbd9f2be146523b32491636787..ed6a6379780e91a355631badd55c37c7f98d82b7 100644 (file)
                <div id="maincontent">
                        <div class="container">
                                {% if (getuid() == 0 && getspnam('root')?.pwdp === ''): %}
-                                       <!-- no password set -->
+                                       <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>
+                                               {% if (dispatcher.lookup("admin/system/admin")): %}
+                                                 <div class="right"><a class="btn" href="{{ dispatcher.build_url("admin/system/admin") }}">{{ _('Go to password configuration...') }}</a></div>
+                                               {% endif %}
+                                       </div>
                                {% endif %}
 
                                {% if (boardinfo?.rootfs_type == "initramfs"): %}