From 52651559deba842d6615c3095e269806c01cc932 Mon Sep 17 00:00:00 2001 From: szaimen Date: Wed, 9 Mar 2022 14:28:03 +0100 Subject: [PATCH] don't allow to change the password if apache is starting Signed-off-by: szaimen --- php/templates/containers.twig | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 29ffb466..353e7d1f 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -185,16 +185,17 @@ You can find all changes here

{% endif %} {% endif %} - - You can change your AIO password below:

-
- - - - - -
- The new password needs to be at least 24 characters long. Allowed characters are the latin characters 'a-z', 'A-Z', '0-9' and spaces.

+ {% if isApacheStarting == false %} + You can change your AIO password below:

+
+ + + + + +
+ The new password needs to be at least 24 characters long. Allowed characters are the latin characters 'a-z', 'A-Z', '0-9' and spaces.

+ {% endif %} {% endif %} {% if isBackupOrRestoreRunning == false and borg_backup_host_location == "" and isApacheStarting != true %}