Skip to content
  • martinlanghoff's avatar
    8f527a42
    auth: extend API to support auth_validate_form() · 8f527a42
    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().
    8f527a42
    auth: extend API to support auth_validate_form()
    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().
Loading