mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
change password to passphrase
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
f8603b10fc
commit
628abc02f6
3 changed files with 11 additions and 11 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<img src="/img/logo-blue.svg" style="margin-left: auto;margin-right: auto;display: block;">
|
||||
<h1>Nextcloud AIO Login</h1>
|
||||
{% if is_login_allowed == true %}
|
||||
<p>Log in using your Nextcloud AIO password:</p>
|
||||
<p>Log in using your Nextcloud AIO passphrase:</p>
|
||||
<form method="POST" action="/api/auth/login" class="xhr">
|
||||
<input type="password" autocomplete="current-password" name="password" placeholder="Password" id="master-password" oninput="showPassword('master-password')">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue