summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/index/formLogin.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/index/formLogin.phtml b/app/views/index/formLogin.phtml
index e4a24f9ed..cc43bcd19 100644
--- a/app/views/index/formLogin.phtml
+++ b/app/views/index/formLogin.phtml
@@ -10,7 +10,7 @@ if (Minz_Configuration::canLogIn()) {
<div class="form-group">
<label class="group-name" for="username"><?php echo Minz_Translate::t('username'); ?></label>
<div class="group-controls">
- <input type="text" id="username" name="username" size="16" required="required" maxlength="16" pattern="[0-9a-zA-Z]{1,16}" />
+ <input type="text" id="username" name="username" size="16" required="required" maxlength="16" pattern="[0-9a-zA-Z]{1,16}" autofocus="autofocus" />
</div>
</div>
<div class="form-group">