* Sat Sep 13 2025 Brian Read <brianr@koozali.org> 11.0.0-114.sme

- edit intial screen to suppress reconfig message unless admin logged in  [SME: 13112]
This commit is contained in:
2025-09-13 15:53:19 +01:00
parent 74c9beb587
commit 687e763684
2 changed files with 6 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
<div class="sme-error module"><h5>
Warning: you have not yet changed the default system password.</h5></div>
<% } %>
<% if ( $c->is_unsafe ) { %>
<% if ( $c->is_unsafe && $c->is_logged_in && $c->is_admin) { %>
<div class="sme-error module"><h5>
Warning: a reconfigure and reboot is required before proceeding! Failure to do so now
may leave your system in an unknown state!</h5></div>
@@ -22,4 +22,4 @@
</br>Please, consult <a href="https://wiki.koozali.org/SME_Server:Download" target="_blank">https://wiki.koozali.org/SME_Server:Download</a> to get the latest version
</h5></div>
<% } %>
</div>
</div>