]> git.mjollnir.org Git - moodle.git/commit
auth: extend API to support auth_validate_form()
authormartinlanghoff <martinlanghoff>
Tue, 18 Jul 2006 01:36:06 +0000 (01:36 +0000)
committermartinlanghoff <martinlanghoff>
Tue, 18 Jul 2006 01:36:06 +0000 (01:36 +0000)
commit1590773b1c6c2edfa9935ee992271569874f98e1
treef6748b3b9b23b3277d3e89d2bcbea3b0e2a95b4f
parent2d4fb02fa2fe7e0d9e8695f1741bde55f9bbd740
auth: extend API to support auth_validate_form()

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().
admin/auth.php
auth/README