mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Updated
This commit is contained in:
parent
a73f6ab70e
commit
bb7617332e
2 changed files with 2 additions and 1 deletions
|
@ -599,7 +599,7 @@ if ($submit && !$errors) {
|
|||
|
||||
try {
|
||||
if ($analyzer->isSpammerDetected($response)) {
|
||||
bb_die('');
|
||||
bb_die($lang['STOP_FORUM_SPAM_REGISTRATION_NOTE']);
|
||||
$spamUserDetected = true;
|
||||
}
|
||||
} catch (\Resolventa\StopForumSpamApi\Exception\StopForumSpamApiException $e) {
|
||||
|
|
|
@ -637,6 +637,7 @@ $lang['EMAIL_TOO_LONG'] = 'Your email is too long.';
|
|||
$lang['SIGNATURE_TOO_LONG'] = 'Your signature is too long.';
|
||||
$lang['SIGNATURE_ERROR_HTML'] = 'The signature can contain only BBCode';
|
||||
$lang['FIELDS_EMPTY'] = 'You must fill in the required fields.';
|
||||
$lang['STOP_FORUM_SPAM_REGISTRATION_NOTE'] = 'You were detected in the StopForumSpam database. Your account will be activated manually by the administrator after review.';
|
||||
|
||||
$lang['WELCOME_SUBJECT'] = 'Welcome to %s Forums'; // Welcome to my.com forums
|
||||
$lang['NEW_ACCOUNT_SUBJECT'] = 'New user account';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue