mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-10-09 07:02:48 +08:00
wrap password change section
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
a0cef69483
commit
ed319492f1
1 changed files with 12 additions and 9 deletions
|
@ -379,6 +379,8 @@
|
||||||
{% if is_backup_container_running == false %}
|
{% if is_backup_container_running == false %}
|
||||||
{% if isApacheStarting == false %}
|
{% if isApacheStarting == false %}
|
||||||
<h2>AIO password change</h2>
|
<h2>AIO password change</h2>
|
||||||
|
<details>
|
||||||
|
<summary>Click here to chance your AIO password</summary><br />
|
||||||
You can change your AIO password below:<br><br />
|
You can change your AIO password below:<br><br />
|
||||||
<form method="POST" action="/api/configuration" class="xhr">
|
<form method="POST" action="/api/configuration" class="xhr">
|
||||||
<input type="text" autocomplete="current-password" name="current-master-password" placeholder="Your current AIO password"/>
|
<input type="text" autocomplete="current-password" name="current-master-password" placeholder="Your current AIO password"/>
|
||||||
|
@ -388,6 +390,7 @@
|
||||||
<input class="button" type="submit" value="Submit" />
|
<input class="button" type="submit" value="Submit" />
|
||||||
</form>
|
</form>
|
||||||
The new password needs to be at least 24 characters long. Allowed characters are the <a href="https://en.wikipedia.org/wiki/Latin_alphabet#/media/File:Abecedarium.png"><b>latin characters</b></a> <b>a-z</b>, <b>A-Z</b>, <b>0-9</b> and <b>spaces</b>.
|
The new password needs to be at least 24 characters long. Allowed characters are the <a href="https://en.wikipedia.org/wiki/Latin_alphabet#/media/File:Abecedarium.png"><b>latin characters</b></a> <b>a-z</b>, <b>A-Z</b>, <b>0-9</b> and <b>spaces</b>.
|
||||||
|
</details><br /><br />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue