From 0271f6c471f36cc577da0d61cf1fe8ef7e5fd781 Mon Sep 17 00:00:00 2001
From: Jaime Perez Crespo <jaime.perez@uninett.no>
Date: Thu, 24 Dec 2015 15:51:22 +0100
Subject: [PATCH] Typo.

---
 modules/core/templates/loginuserpass.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/core/templates/loginuserpass.php b/modules/core/templates/loginuserpass.php
index 389a11182..b1e627adc 100644
--- a/modules/core/templates/loginuserpass.php
+++ b/modules/core/templates/loginuserpass.php
@@ -55,7 +55,7 @@ if ($this->data['errorcode'] !== null) {
 } ?> value="<?php echo htmlspecialchars($this->data['username']); ?>"/>
                 </td>
             <?php
-            if ($this->data['rememberUsernameEnabled'] && !$this->data['forcedUsername']) {
+            if ($this->data['rememberUsernameEnabled'] && !$this->data['forceUsername']) {
                 // display the "remember my username" checkbox
             ?>
                 <td>
-- 
GitLab