feat(captcha): Added Text Captcha provider (#1839)

* feat(captcha): Added `Text Captcha` provider

* Create TextCaptcha.php

* Updated

* Update composer.lock

* Updated

* Update config.php

* Update functions.php

* Update TextCaptcha.php

* Update TextCaptcha.php

* Update TextCaptcha.php

* Update TextCaptcha.php

* Update TextCaptcha.php

* Update TextCaptcha.php

* Update TextCaptcha.php
This commit is contained in:
Roman Kelesidis 2025-03-09 00:12:48 +07:00 committed by GitHub
commit 74ea1573b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 165 additions and 31 deletions

View file

@ -3073,6 +3073,7 @@ $lang['UPLOAD_ERRORS'] = [
$lang['CAPTCHA'] = 'Check that you are not a robot';
$lang['CAPTCHA_WRONG'] = 'You could not confirm that you are not a robot';
$lang['CAPTCHA_SETTINGS'] = '<h2>Captcha is not fully configured</h2><p>Generate the keys using the dashboard of your captcha service, after you need to put them at the file library/config.php.</p>';
$lang['CAPTCHA_OCCURS_BACKGROUND'] = 'The CAPTCHA verification occurs in the background';
// Sending email
$lang['REPLY_TO'] = 'Reply to';