nextcloud/apps/user_ldap/lib/User
hamid b7d6822592 fix(user_ldap): fix lastLogin reading wrong appid and configkey
fetchDetails() was calling getValueInt($uid, 'user_ldap', 'email')
instead of getValueInt($uid, 'login', 'lastLogin'), causing lastLogin
to always return 0 for offline LDAP users.

Fixes #58421

Signed-off-by: hamid <hamid@webpick.net>
2026-04-03 13:06:49 +01:00
..
DeletedUsersIndex.php refactor: Make some code a bit more correct 2025-12-11 13:27:50 +01:00
Manager.php fix(user_ldap): Fix crash in some code path when a DN is longer that 64 2026-01-27 14:05:53 +01:00
OfflineUser.php fix(user_ldap): fix lastLogin reading wrong appid and configkey 2026-04-03 13:06:49 +01:00
User.php fix(LDAP): do not use count() inside a loop 2026-03-18 11:34:35 +01:00