Auth: implement consent logic
diff --git a/core/auth/ui/templates/login.html b/core/auth/ui/templates/login.html
index 04d0435..b5f73db 100644
--- a/core/auth/ui/templates/login.html
+++ b/core/auth/ui/templates/login.html
@@ -11,7 +11,7 @@
     <a href="/registration">registration</a><br/>
     <form action="" method="POST">
 	<label for="username">Username:</label><br />
-	<input type="text" name="username" /><br />
+	<input type="text" name="username" autofocus /><br />
 	<label for="password">Password:</label><br />
 	<input type="password" name="password" /><br />
 	<input type="hidden" name="csrf_token" value="{{.}}" /><br />