diff --git a/php/templates/containers.twig b/php/templates/containers.twig index a885646f208a..150a15a746cc 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -156,7 +156,7 @@
{% endif %} - Choose the backup that you want to restore and click on the button below to restore the selected backup. This will restore the whole AIO instance from backup. Please note that the current AIO password will be kept and the previous AIO password will not be restored from backup!

+ Choose the backup that you want to restore and click on the button below to restore the selected backup. This will restore the whole AIO instance from backup. Please note that the current AIO passphrase will be kept and the previous AIO passphrase will not be restored from backup!

@@ -528,16 +528,16 @@ {% if is_backup_container_running == false %} {% if isApacheStarting == false %} -

AIO password change

+

AIO passphrase change

- Click here to change your AIO password
- You can change your AIO password below:

+ Click here to change your AIO passphrase
+ You can change your AIO passphrase 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.
diff --git a/php/templates/login.twig b/php/templates/login.twig index 4ddd1257713b..a1864ef8d9c9 100644 --- a/php/templates/login.twig +++ b/php/templates/login.twig @@ -6,7 +6,7 @@

Nextcloud AIO Login

{% if is_login_allowed == true %} -

Log in using your Nextcloud AIO password:

+

Log in using your Nextcloud AIO passphrase:

diff --git a/php/templates/setup.twig b/php/templates/setup.twig index da0ba12ac514..7e0aa61db060 100644 --- a/php/templates/setup.twig +++ b/php/templates/setup.twig @@ -6,8 +6,8 @@

All-in-One setup

The official Nextcloud installation method. Nextcloud All-in-One 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 lose it!

- Password
{{ password }}
+

⚠️
Please note down the passphrase to access the AIO interface and don't lose it!

+ Passphrase
{{ password }}
Open Nextcloud AIO login ↗