mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-27 09:56:52 +00:00
don't allow to change the password if apache is starting
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
36fd28da6f
commit
52651559de
1 changed files with 11 additions and 10 deletions
|
|
@ -185,7 +185,7 @@
|
||||||
You can find all changes <a href="https://github.com/nextcloud-releases/all-in-one/commits/main">here</a><br><br>
|
You can find all changes <a href="https://github.com/nextcloud-releases/all-in-one/commits/main">here</a><br><br>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if isApacheStarting == false %}
|
||||||
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"/>
|
||||||
|
|
@ -196,6 +196,7 @@
|
||||||
</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">latin characters</a> 'a-z', 'A-Z', '0-9' and spaces.<br><br>
|
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">latin characters</a> 'a-z', 'A-Z', '0-9' and spaces.<br><br>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if isBackupOrRestoreRunning == false and borg_backup_host_location == "" and isApacheStarting != true %}
|
{% if isBackupOrRestoreRunning == false and borg_backup_host_location == "" and isApacheStarting != true %}
|
||||||
<h2>Backup and restore</h2>
|
<h2>Backup and restore</h2>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue