Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9.10, 2.8.1
-
Fix Version/s: 2.9
-
Component/s: Authentication, Language
-
Environment:Don't apply
-
Testing Instructions:
-
Difficulty:Easy
-
Affected Branches:MOODLE_19_STABLE, MOODLE_28_STABLE
-
Fixed Branches:MOODLE_29_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-25979_master -
Pull Master Diff URL:
Description
In the signup form, (login/signup_form.php) line 74, this element of the form is set to be
$mform->addElement('recaptcha', 'recaptcha_element', get_string('recaptcha', 'auth'), array('https' => $CFG->loginhttps));
But the label reCaptcha returned by get_string('recaptcha', 'auth') is confusing to the user. Nobody but administrators know what's a captcha or reCaptcha.
I suggest to change this by another new created string as could be "Security Question" or put the string get_string('enterthewordsabove', 'auth').
Attachments
Issue Links
- has been marked as being related by
-
MDL-48501 Migrate to reCAPTCHA v2 API
-
- Closed
-