mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-10-30 02:27:24 +08:00
Merge pull request #652 from nextcloud/enh/638/fix-password-for-firefox
fix password copy for firefox
This commit is contained in:
commit
9ca1946bbc
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…
Add table
Reference in a new issue