nextcloud/apps/user_ldap/lib/User
hamid 353288de72 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:00:52 +00: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-28 10:51:19 +00:00
OfflineUser.php fix(user_ldap): fix lastLogin reading wrong appid and configkey 2026-04-03 13:00:52 +00:00
User.php fix(LDAP): do not use count() inside a loop 2026-03-18 12:52:28 +00:00