diff --git a/modules/core/www/loginuserpassorg.php b/modules/core/www/loginuserpassorg.php
index 3a3e0e190b10c479cfce14a0a6bad583d8fc69b9..57bbdb65641bf50a85cbddb99c8c05da02f42618 100644
--- a/modules/core/www/loginuserpassorg.php
+++ b/modules/core/www/loginuserpassorg.php
@@ -45,6 +45,7 @@ $globalConfig = SimpleSAML_Configuration::getInstance();
 $t = new SimpleSAML_XHTML_Template($globalConfig, 'core:loginuserpass.php');
 $t->data['stateparams'] = array('AuthState' => $authStateId);
 $t->data['username'] = $username;
+$t->data['forceUsername'] = FALSE;
 $t->data['errorcode'] = $errorCode;
 
 if ($organizations !== NULL) {