Hi,
Is it possible to replace the user profile fields (profile.address1, ...) by other fields (ldap.company,...). Attached a screen capture of my _user_profiles table ?
This is something that not regards Easy Profile, this table and data comes from a Joomla plugin called "User - Profile". Easy Profile have a own Table structure.
Keep in mind these things:
1. You can continue to use Joomla "User - Profile" plugin and/or your custom User plugins,
Easy Profile extends Joomla user management (not replace), so registration and edit profile pages are the same of Joomla with many improvements.
2. Easy Profile allow you
to search only in Easy Profile fields, so, you should:
- - create fields with Easy Profile
- - develop a script to import data from your actual Table (#__user_profiles) into Easy Profile table (#__jsn_users)
- - develop a script to sync LDAP data into Easy Profile table.
Before buy, we recommend you to test Free version to understand how to work our extension (and how to store users data).