Auth: implement consent logic
diff --git a/core/auth/ui/templates/registration.html b/core/auth/ui/templates/registration.html
index 6a10af8..9d3c0fd 100644
--- a/core/auth/ui/templates/registration.html
+++ b/core/auth/ui/templates/registration.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 />