mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
8c46d204a1
This includes: - changing all usernames in feature to lowercase, for cross-db passing. Fixes: - user/tests/behat/set_email_display.feature - ensure that course_enrolment_manager::get_potential_users() and external always returns user->maildisplay attribute, so email visibility can be calculated by user_get_user_details(). Fixes: - enrol/tests/behat/enrol_user.feature - blocks/news_items/tests/behat/display_news.feature - course/tests/behat/course_creation.feature
ENROLMENT MODULES ----------------- (Yes, that's the correct English spelling ;-) ) All enrolment modules must extend base class enrol_plugin which is defined in lib/enrollib.php. You can find documentation of each method in the base class.