Skip to content

Commit

Permalink
MDL-50580 signup: move recaptcha outside of category
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaglancy committed Jun 17, 2015
1 parent f1a415e commit 5e91f96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions login/signup_form.php
Expand Up @@ -93,6 +93,7 @@ function definition() {
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)) {
Expand Down

0 comments on commit 5e91f96

Please sign in to comment.