mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-03-01 00:06:48 +08:00
fix password copy for firefox
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
1cf5cf5509
commit
3054711098
1 changed files with 4 additions and 3 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue