I built a simple Moodle LMS, I added Google Auth for login, only users in my Google Workspace can log into this website and it works fine. Every user has a field "Employee Type" but the problem is in Moodle, I cannot map this field in my Moodle. I found the Google Auth menu to map the data but I don't know the field name that contains the employee data type. Is there any way I can get this data in my Moodle?
P粉5236250802024-04-02 00:41:29
Depends on the plugin, but most authentication plugins have a "Field Mapping" or "Data Mapping" option
https://docs.moodle.org/35/en/Managing_authentication#Profile_fields_data_mapping_and_locking
Example: text input and short nameemptype
Then go to your plugin settings via Site Administration > Plugins > Authentication > I will use the LDAP server settings as an example
There is an option to map the data of the custom field emptype
as follows: