mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
Update php/templates/login.twig
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
13a9b9beaf
commit
203b7cb3fc
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,8 @@
|
||||||
{% 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" class="xhr">
|
<form method="POST" action="/api/auth/login" class="xhr">
|
||||||
<input type="password" autocomplete="current-password" name="password" placeholder="Password" wfd-id="id0" id="Password" oninput="showPassword()">
|
<input type="password" autocomplete="current-password" name="password" placeholder="Password" id="passwordInput" oninput="showPassword('passwordInput')">
|
||||||
|
|
||||||
<input type="hidden" name="{{csrf.keys.name}}" value="{{csrf.name}}">
|
<input type="hidden" name="{{csrf.keys.name}}" value="{{csrf.name}}">
|
||||||
<input type="hidden" name="{{csrf.keys.value}}" value="{{csrf.value}}">
|
<input type="hidden" name="{{csrf.keys.value}}" value="{{csrf.value}}">
|
||||||
<input type="submit" class="button" value="Log in" />
|
<input type="submit" class="button" value="Log in" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue