mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-26 08:41:07 +08:00
update
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
e8ed7aa236
commit
a77df43dff
1 changed files with 1 additions and 2 deletions
|
@ -8,10 +8,9 @@
|
|||
{% if is_login_allowed == true %}
|
||||
<p>Log in using your Nextcloud AIO password:</p>
|
||||
<form method="POST" action="/api/auth/login" class="xhr">
|
||||
<input type="password" autocomplete="on" name="password" placeholder="Password" wfd-id="id0" id="Password" oninput="mirrorPassword()">
|
||||
<input type="password" autocomplete="current-password" name="password" placeholder="Password" wfd-id="id0" id="Password" oninput="showPassword()">
|
||||
<input type="hidden" name="{{csrf.keys.name}}" value="{{csrf.name}}">
|
||||
<input type="hidden" name="{{csrf.keys.value}}" value="{{csrf.value}}">
|
||||
<a>Password: </a><a id="mirroredPassword"></a><br><br>
|
||||
<input type="submit" class="button" value="Log in" />
|
||||
</form>
|
||||
{% else %}
|
||||
|
|
Loading…
Reference in a new issue