* 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> <div class="sme-error module"><h5>
Warning: you have not yet changed the default system password.</h5></div> 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> <div class="sme-error module"><h5>
Warning: a reconfigure and reboot is required before proceeding! Failure to do so now Warning: a reconfigure and reboot is required before proceeding! Failure to do so now
may leave your system in an unknown state!</h5></div> 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 </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> </h5></div>
<% } %> <% } %>
</div> </div>

View File

@@ -2,7 +2,7 @@ Summary: Sme Server Configuration : Manager 2
%define name smeserver-manager %define name smeserver-manager
Name: %{name} Name: %{name}
%define version 11.0.0 %define version 11.0.0
%define release 113 %define release 114
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@@ -146,6 +146,9 @@ true
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* 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]
* Mon Aug 11 2025 Brian Read <brianr@koozali.org> 11.0.0-113.sme * Mon Aug 11 2025 Brian Read <brianr@koozali.org> 11.0.0-113.sme
- Re-factor all template files to make them nicely formatted [SME: 13103] - Re-factor all template files to make them nicely formatted [SME: 13103]