* 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:
@@ -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>
|
||||||
|
@@ -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]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user