mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-06-10 05:10:19 +00:00
Fix updating using AuthExternalAWL.
This commit is contained in:
parent
48eb93eaec
commit
d901225813
@ -170,7 +170,7 @@ EOERRMSG;
|
||||
if ( $qry->Exec('Login',__LINE,__FILE__) && $qry->rows == 1 ) {
|
||||
$usr = $qry->Fetch();
|
||||
if ( session_validate_password( $password, $usr->password ) ) {
|
||||
UpdateUserFromExternal();
|
||||
UpdateUserFromExternal($usr);
|
||||
return $usr;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user