MDL-50580 signup: move recaptcha outside of category
This commit is contained in:
@@ -93,6 +93,7 @@ class login_signup_form extends moodleform {
|
||||
if ($this->signup_captcha_enabled()) {
|
||||
$mform->addElement('recaptcha', 'recaptcha_element', get_string('security_question', 'auth'), array('https' => $CFG->loginhttps));
|
||||
$mform->addHelpButton('recaptcha_element', 'recaptcha', 'auth');
|
||||
$mform->closeHeaderBefore('recaptcha_element');
|
||||
}
|
||||
|
||||
if (!empty($CFG->sitepolicy)) {
|
||||
|
||||
Reference in New Issue
Block a user