diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 2028a88d..6cc176bf 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -379,18 +379,15 @@ {% if is_backup_container_running == false %} {% if isApacheStarting == false %}

AIO password change

-
- 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. -


+ 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 %} diff --git a/php/templates/login.twig b/php/templates/login.twig index f9f7564a..c2d9c70e 100644 --- a/php/templates/login.twig +++ b/php/templates/login.twig @@ -1,23 +1,23 @@ -{% extends "layout.twig" %} - -{% block body %} -
-
- -

Nextcloud AIO Login

- {% if is_login_allowed == true %} -

Log in using your Nextcloud AIO password.

-
- - - - -
- {% else %} -

The login is blocked since Nextcloud is running. Please use the automatic login from your Nextcloud.

- You can unblock the login by running 'sudo docker stop nextcloud-aio-apache'.

- {% endif %} -
-
-{% endblock %} - +{% extends "layout.twig" %} + +{% block body %} +
+
+ +

Nextcloud AIO Login

+ {% if is_login_allowed == true %} +

Log in using your Nextcloud AIO password:

+
+ + + + +
+ {% else %} +

The login is blocked since Nextcloud is running. Please use the automatic login from your Nextcloud.

+ You can unblock the login by running 'sudo docker stop nextcloud-aio-apache'.

+ {% endif %} +
+
+{% endblock %} + diff --git a/php/templates/setup.twig b/php/templates/setup.twig index 8b287378..0677d7c9 100644 --- a/php/templates/setup.twig +++ b/php/templates/setup.twig @@ -5,7 +5,7 @@

Nextcloud AIO setup

-

Nextcloud AIO stands for Nextcloud All In One and provides easy deployment and maintenance with most features included in this one Nextcloud instance.


+

Nextcloud AIO stands for Nextcloud All In One and provides easy deployment and maintenance with most features included in this one Nextcloud instance.

Please note down the password to access the AIO interface and don't loose it!

Password
{{ password }}
Open Nextcloud AIO login ↗