mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
fix a few details
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
5d787e9167
commit
324d75bbee
3 changed files with 33 additions and 36 deletions
|
|
@ -379,18 +379,15 @@
|
||||||
{% 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>
|
You can change your AIO password below:<br><br />
|
||||||
<summary>Click here to chance your AIO password</summary><br />
|
<form method="POST" action="/api/configuration" class="xhr">
|
||||||
You can change your AIO password below:<br><br />
|
<input type="text" autocomplete="current-password" name="current-master-password" placeholder="Your current AIO password"/>
|
||||||
<form method="POST" action="/api/configuration" class="xhr">
|
<input type="text" autocomplete="new-password" name="new-master-password" placeholder="Your new AIO password"/>
|
||||||
<input type="text" autocomplete="current-password" name="current-master-password" placeholder="Your current AIO password"/>
|
<input type="hidden" name="{{csrf.keys.name}}" value="{{csrf.name}}">
|
||||||
<input type="text" autocomplete="new-password" name="new-master-password" placeholder="Your new AIO password"/>
|
<input type="hidden" name="{{csrf.keys.value}}" value="{{csrf.value}}">
|
||||||
<input type="hidden" name="{{csrf.keys.name}}" value="{{csrf.name}}">
|
<input class="button" type="submit" value="Submit" />
|
||||||
<input type="hidden" name="{{csrf.keys.value}}" value="{{csrf.value}}">
|
</form>
|
||||||
<input class="button" type="submit" value="Submit" />
|
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>.
|
||||||
</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>.
|
|
||||||
</details><br /><br />
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
<img src="/img/logo-blue.svg" style="margin-left: auto;margin-right: auto;display: block;">
|
<img src="/img/logo-blue.svg" style="margin-left: auto;margin-right: auto;display: block;">
|
||||||
<h1>Nextcloud AIO Login</h1>
|
<h1>Nextcloud AIO Login</h1>
|
||||||
{% if is_login_allowed == true %}
|
{% if is_login_allowed == true %}
|
||||||
<p>Log in using your Nextcloud AIO password.</p>
|
<p>Log in using your Nextcloud AIO password:</p>
|
||||||
<form method="POST" action="/api/auth/login">
|
<form method="POST" action="/api/auth/login">
|
||||||
<input type="text" name="password" placeholder="Password" />
|
<input type="text" name="password" placeholder="Password" />
|
||||||
<input type="hidden" name="{{csrf.keys.name}}" value="{{csrf.name}}">
|
<input type="hidden" name="{{csrf.keys.name}}" value="{{csrf.name}}">
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
<div class="login">
|
<div class="login">
|
||||||
<img src="/img/logo-blue.svg" style="margin-left: auto;margin-right: auto;display: block;">
|
<img src="/img/logo-blue.svg" style="margin-left: auto;margin-right: auto;display: block;">
|
||||||
<h1>Nextcloud AIO setup</h1>
|
<h1>Nextcloud AIO setup</h1>
|
||||||
<p>Nextcloud AIO stands for Nextcloud All In One and provides easy deployment and maintenance with most features included in this one Nextcloud instance.</p><br>
|
<p>Nextcloud AIO stands for Nextcloud All In One and provides easy deployment and maintenance with most features included in this one Nextcloud instance.</p>
|
||||||
<p>Please note down the password to access the AIO interface and don't loose it!</p>
|
<p>Please note down the password to access the AIO interface and don't loose it!</p>
|
||||||
<strong>Password</strong><br/> <span class="monospace">{{ password }}</span><br>
|
<strong>Password</strong><br/> <span class="monospace">{{ password }}</span><br>
|
||||||
<a href="/" class="button" target="_blank" rel="noopener">Open Nextcloud AIO login ↗</a>
|
<a href="/" class="button" target="_blank" rel="noopener">Open Nextcloud AIO login ↗</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue