summaryrefslogtreecommitdiff
path: root/www/login.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/login.php')
-rwxr-xr-xwww/login.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/login.php b/www/login.php
index 68cfadb..099a3b6 100755
--- a/www/login.php
+++ b/www/login.php
@@ -46,7 +46,7 @@ function print_login($case){
.$message.
'</div>
<form id="login-form" method="post" action="/login">
- <input type="text" placeholder="username" name="username" id="username-input" class="login-input" value="'. $username .'" required>
+ <input type="text" placeholder="username" name="username" id="username-input" class="login-input" value="'. $username .'" autofocus required>
<input type="password" placeholder="password" name="password" id="password-input" class="login-input" required>
<input type="submit" name="login" id="button-input" class="login-input" value="login">
<a href="/password_recover" id="recover-password-link">recover password</a>