summaryrefslogtreecommitdiffstats
path: root/modules-available/adduser/templates/page-adduser.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/adduser/templates/page-adduser.html')
-rw-r--r--modules-available/adduser/templates/page-adduser.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules-available/adduser/templates/page-adduser.html b/modules-available/adduser/templates/page-adduser.html
index 0b097890..93dccfd8 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="display:none;">
- <input type="password" name="password_fake" id="password_fake" value="" style="display:none;">
+ <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">
<h2 class="form-signin-heading">{{lang_createUser}}</h2>
<div class="row">
<div class="col-md-4">{{lang_username}} *</div>
@@ -25,4 +25,4 @@
</div>
<button class="btn btn-lg btn-primary btn-block" type="submit">{{lang_createUser}}</button>
<input type="hidden" name="action" value="adduser">
-</form> \ No newline at end of file
+</form>