-
martinlanghoff authored
Now Auth plugins can register auth_validate_form to get a chance to validate config form input. Needed on MOODLE_16_STABLE to fix a bug with auth/db. The auth API must follow suit with the enrol API, where we can safely do method_exists().
martinlanghoff authoredNow Auth plugins can register auth_validate_form to get a chance to validate config form input. Needed on MOODLE_16_STABLE to fix a bug with auth/db. The auth API must follow suit with the enrol API, where we can safely do method_exists().
Loading