aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/www/include/base/login.php
diff options
context:
space:
mode:
Diffstat (limited to 'mayor-orig/www/include/base/login.php')
-rw-r--r--mayor-orig/www/include/base/login.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mayor-orig/www/include/base/login.php b/mayor-orig/www/include/base/login.php
index f244b90a..da3217a9 100644
--- a/mayor-orig/www/include/base/login.php
+++ b/mayor-orig/www/include/base/login.php
@@ -86,8 +86,8 @@
}
} else {
$result = userAuthentication($userAccount, $userPassword, $accountInformation, $toPolicy); // ??? toPolicy benne van az AccountInformation-ben!!! Ldap backend only?
- logLogin($toPolicy, $userAccount, $result);
}
+ logLogin($toPolicy, $userAccount, $result);
define('_MAYORAUTHRESULT',$result);
if ($result === _AUTH_SUCCESS) {