$memberinfo and ldap
Posted: 2024-05-08 07:15
May I know how $memberinfo will works in ldap-enabled web? Is logic based onn $memberinfo[username] no longer works when ldap is enabled?
A place where AppGini users can exchange ideas and help each other.
https://forums.appgini.com:443/phpbb/
https://forums.appgini.com:443/phpbb/viewtopic.php?f=4&t=5378
$memberInfo
(the array obtained from calling getMemberInfo()
, and passed to most hook functions) should work as usual, whether LDAP is enabled or not. When LDAP is enabled, the AppGini app stores user data (username, and email, but not their password) in its internal membership_users
table. $memberInfo
includes those stored values.