From ed319492f1f01af46a5a7ca1a8be672b563b58f2 Mon Sep 17 00:00:00 2001 From: szaimen Date: Sat, 16 Apr 2022 11:34:22 +0200 Subject: [PATCH] wrap password change section Signed-off-by: szaimen --- php/templates/containers.twig | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index b973e366..a51d7dff 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -379,15 +379,18 @@ {% if is_backup_container_running == false %} {% if isApacheStarting == false %}

AIO password change

- 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. +
+ Click here to chance your AIO password
+ 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 %} {% endif %}