-
Bug
-
Resolution: Fixed
-
Major
-
3.4
-
MOODLE_34_STABLE
-
MOODLE_34_STABLE
-
MDL-60830-master -
After Moodle 3.4 update, Enrol Users dialogue does not show user emails anymore. This makes impossible to differentiate between users with same names. I understand that you can search by email. But that's not how people tend to work with enrolments.
WORKAROUND:
To add a mail field, go to enrol/externallib.php:456, and append 'email' to the $requiredfields array. The email will appear next to each user like a charm.
$requiredfields = ['id', 'fullname', 'email', 'profileimageurl', 'profileimageurlsmall'];