diff options
author | Simon Rettberg | 2016-10-27 18:55:32 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-10-27 18:55:32 +0200 |
commit | 4e66a3c62feb383d5e9d8aa0e5c88affdf50eca5 (patch) | |
tree | 7250c8cdea0d0f2b9d7804f1bb805863e3469680 /modules-available/adduser/templates | |
parent | [sysconfig] Fix query when setting room config-module to "inherit" (diff) | |
download | slx-admin-4e66a3c62feb383d5e9d8aa0e5c88affdf50eca5.tar.gz slx-admin-4e66a3c62feb383d5e9d8aa0e5c88affdf50eca5.tar.xz slx-admin-4e66a3c62feb383d5e9d8aa0e5c88affdf50eca5.zip |
Move fake pw fields further out of view
Diffstat (limited to 'modules-available/adduser/templates')
-rw-r--r-- | modules-available/adduser/templates/page-adduser.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/adduser/templates/page-adduser.html b/modules-available/adduser/templates/page-adduser.html index 93dccfd8..deb911c0 100644 --- a/modules-available/adduser/templates/page-adduser.html +++ b/modules-available/adduser/templates/page-adduser.html @@ -1,6 +1,6 @@ <form class="form-adduser" action="?do=AddUser" method="post"> - <input type="text" name="prevent_autofill" id="prevent_autofill" value="" style="position:absolute;top:-200px" tabindex="-1"> - <input type="password" name="password_fake" id="password_fake" value="" style="position:absolute;top:-200px" tabindex="-1"> + <input type="text" name="prevent_autofill" id="prevent_autofill" value="" style="position:absolute;top:-2000px" tabindex="-1"> + <input type="password" name="password_fake" id="password_fake" value="" style="position:absolute;top:-2000px" tabindex="-1"> <h2 class="form-signin-heading">{{lang_createUser}}</h2> <div class="row"> <div class="col-md-4">{{lang_username}} *</div> |