1
0
Fork 0

Adapt UserSession

- Move from App methods to UserSession methods
- Deprecate corresponding App methods
This commit is contained in:
Philipp Holzer 2022-12-26 13:08:41 +01:00
commit bfc1c157f1
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
6 changed files with 62 additions and 46 deletions

View file

@ -392,9 +392,6 @@ class Authentication
}
}
$a->setLoggedInUserId($user_record['uid']);
$a->setLoggedInUserNickname($user_record['nickname']);
if ($login_initial) {
Hook::callAll('logged_in', $user_record);
}