mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
simply turn autocomplete off
password is bad in terms of UX because you cannot see the password anymore Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
04b51a9467
commit
f518ea7fee
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
{% 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="password" name="password" placeholder="Password" />
|
<input type="text" autocomplete="off" name="password" placeholder="Password" />
|
||||||
<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="Login" />
|
<input type="submit" class="button" value="Login" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue