Skip to content

Commit

Permalink
Merge branch 'master_MDL-49638' of git://github.com/icefresh89/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Apr 7, 2015
2 parents e4d6ab3 + d83318f commit 6384385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions login/signup_form.php
Expand Up @@ -88,13 +88,13 @@ function definition() {
$mform->setDefault('country', '');
}

profile_signup_fields($mform);

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');
}

profile_signup_fields($mform);

if (!empty($CFG->sitepolicy)) {
$mform->addElement('header', 'policyagreement', get_string('policyagreement'), '');
$mform->setExpanded('policyagreement');
Expand Down

0 comments on commit 6384385

Please sign in to comment.