Merge branch 'master' of ssh://172.20.0.1/var/git/espo/backend

This commit is contained in:
yuri
2018-11-12 16:03:03 +02:00
+1 -5
View File
@@ -127,11 +127,7 @@ class Tester
if (isset($this->userName)) {
$this->password = isset($this->password) ? $this->password : $this->defaultUserPassword;
$isAuthenticated = $auth->login($this->userName, $this->password);
if (!$isAuthenticated) {
$auth->useNoAuth();
}
$auth->login($this->userName, $this->password);
} else {
$auth->useNoAuth();
}