Merge pull request #652 from nextcloud/enh/638/fix-password-for-firefox

fix password copy for firefox
This commit is contained in:
Simon L 2022-05-19 16:11:40 +02:00 committed by GitHub
commit 9ca1946bbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -175,11 +175,12 @@
<summary>Click here to reveal the initial Nextcloud credentials</summary><br />
{% endif %}
Initial Nextcloud username: <b>admin</b><br />
Initial Nextcloud password: <b>{{ nextcloud_password }}</b>
Initial Nextcloud password:
{% 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 %}
<br><br>
<b>{{ nextcloud_password }}</b><br><br>
{% endif %}
<a href="https://{{ domain }}" class="button" target="_blank" rel="noopener">Open your Nextcloud ↗</a><br/>
{% else %}