MDL-13796 Committing new recaptcha element. Merging from HEAD
This commit is contained in:
@@ -342,6 +342,17 @@ class auth_plugin_base {
|
||||
}
|
||||
return $authdescription;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns whether or not the captcha element is enabled, and the admin settings fulfil its requirements.
|
||||
* @abstract Implement in child classes
|
||||
* @return bool
|
||||
*/
|
||||
function is_captcha_enabled() {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user