Skip to content

Commit

Permalink
MDL-65754 libraries: Remove unused v1 recaptcha
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolate-lightning committed Jun 4, 2019
1 parent 29c3951 commit 061524d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 357 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ lib/yuilib/gallery/
lib/jquery/
lib/html2text/
lib/markdown/
lib/recaptchalib.php
lib/xhprof/
lib/horde/
lib/requirejs/
Expand Down
1 change: 0 additions & 1 deletion .stylelintignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ lib/yuilib/gallery/
lib/jquery/
lib/html2text/
lib/markdown/
lib/recaptchalib.php
lib/xhprof/
lib/horde/
lib/requirejs/
Expand Down
5 changes: 0 additions & 5 deletions lang/en/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@
{$a->url}';
$string['emailupdatesuccess'] = 'Email address of user <em>{$a->fullname}</em> was successfully updated to <em>{$a->email}</em>.';
$string['emailupdatetitle'] = 'Confirmation of email update at {$a->site}';
$string['enterthenumbersyouhear'] = 'Enter the numbers you hear';
$string['enterthewordsabove'] = 'Enter the words above';
$string['errormaxconsecutiveidentchars'] = 'Passwords must have at most {$a} consecutive identical characters.';
$string['errorminpassworddigits'] = 'Passwords must have at least {$a} digit(s).';
$string['errorminpasswordlength'] = 'Passwords must be at least {$a} characters long.';
Expand All @@ -100,9 +98,6 @@
$string['forcechangepassword_help'] = 'Force users to change password on their next login to Moodle.';
$string['forgottenpassword'] = 'If you enter a URL here, it will be used as the lost password recovery page for this site. This is intended for sites where passwords are handled entirely outside of Moodle. Leave this blank to use the default password recovery.';
$string['forgottenpasswordurl'] = 'Forgotten password URL';
$string['getanaudiocaptcha'] = 'Get an audio CAPTCHA';
$string['getanimagecaptcha'] = 'Get an image CAPTCHA';
$string['getanothercaptcha'] = 'Get another CAPTCHA';
$string['getrecaptchaapi'] = 'To use reCAPTCHA you must get an API key from <a href=\'https://www.google.com/recaptcha/admin\'>https://www.google.com/recaptcha/admin</a>';
$string['guestloginbutton'] = 'Guest login button';
$string['changepassword'] = 'Change password URL';
Expand Down
343 changes: 0 additions & 343 deletions lib/recaptchalib.php

This file was deleted.

7 changes: 0 additions & 7 deletions lib/thirdpartylibs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,6 @@
<version>1.7.0</version>
<licenseversion></licenseversion>
</library>
<library>
<location>recaptchalib.php</location>
<name>ReCAPTCHA</name>
<license>MIT</license>
<version>1.10</version>
<licenseversion></licenseversion>
</library>
<library>
<location>xhprof</location>
<name>XHProf</name>
Expand Down

0 comments on commit 061524d

Please sign in to comment.