Joomla: How to assign profile fields after login using LDAP authentication and response object

Joomla Version: 3.

I used the LDAP plugin to authenticate users. After a successful login, I want to set the user profile fields (default profile for Joomla).

I edited the LDAP plugin code (plugins \ authentication \ ldap \ ldap.php) to populate the $ response object with user information with Active Domain Server. Now, how to use the $ response object to populate user profile fields.

+5
source share

Source: https://habr.com/ru/post/1270006/


All Articles