From 3054711098f84ae1b364c40f478df89ce87462b0 Mon Sep 17 00:00:00 2001 From: szaimen Date: Wed, 18 May 2022 17:25:16 +0200 Subject: [PATCH] fix password copy for firefox Signed-off-by: szaimen --- php/templates/containers.twig | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 35ed0917..81454c6d 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -175,11 +175,12 @@ Click here to reveal the initial Nextcloud credentials
{% endif %} Initial Nextcloud username: admin
- Initial Nextcloud password: {{ nextcloud_password }} + Initial Nextcloud password: {% if borg_backup_host_location != '' %} -

+ {# nextcloud_password needs to be duplicated due to a bug in Firefox. See https://github.com/nextcloud/all-in-one/issues/638. #} + {{ nextcloud_password }}

{% else %} -

+ {{ nextcloud_password }}

{% endif %} Open your Nextcloud ↗
{% else %}