mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00: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 />
|
<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 %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue