fix password copy for firefox

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-05-18 17:25:16 +02:00
parent 1cf5cf5509
commit 3054711098

View file

@ -175,11 +175,12 @@
<summary>Click here to reveal the initial Nextcloud credentials</summary><br /> <summary>Click here to reveal the initial Nextcloud credentials</summary><br />
{% endif %} {% endif %}
Initial Nextcloud username: <b>admin</b><br /> Initial Nextcloud username: <b>admin</b><br />
Initial Nextcloud password: <b>{{ nextcloud_password }}</b> Initial Nextcloud password:
{% if borg_backup_host_location != '' %} {% if borg_backup_host_location != '' %}
</details><br /><br /> {# nextcloud_password needs to be duplicated due to a bug in Firefox. See https://github.com/nextcloud/all-in-one/issues/638. #}
<b>{{ nextcloud_password }}</b></details><br /><br />
{% else %} {% else %}
<br><br> <b>{{ nextcloud_password }}</b><br><br>
{% endif %} {% endif %}
<a href="https://{{ domain }}" class="button" target="_blank" rel="noopener">Open your Nextcloud ↗</a><br/> <a href="https://{{ domain }}" class="button" target="_blank" rel="noopener">Open your Nextcloud ↗</a><br/>
{% else %} {% else %}