moodle-an-hochschulen / moodle-local_bulkenrol

Moodle plugin which provides the possibility to bulk enrol a list of users who are identified by their e-mail adresses into a course.
5 stars 17 forks source link

Add case sensitivity to email address when uploading users #31

Open sumaiyamannan opened 1 year ago

sumaiyamannan commented 1 year ago

This fixes issue https://github.com/moodle-an-hochschulen/moodle-local_bulkenrol/issues/30

Steps to test: Create a a test course Go to test course -> participants -> enrolled users -> User bulk enrolment Enter a email address with a case insensitivity and you will see an error Add the patch Enter a email address with a case insensitivity and you will see it goes through

Regards, Sumaiya