mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-30 21:47:30 +00:00
run authenticator only if user is still not known
This commit is contained in:
parent
7fe2a12af3
commit
964495b9b6
|
@ -222,6 +222,7 @@ class SeedDMS_Controller_Login extends SeedDMS_Controller_Common {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(!is_object($user))
|
||||||
$user = $authenticator->authenticate($login, $pwd);
|
$user = $authenticator->authenticate($login, $pwd);
|
||||||
|
|
||||||
if(0) {
|
if(0) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user