Plugin Directory

Changeset 3016540


Ignore:
Timestamp:
01/02/2024 04:42:55 PM (2 years ago)
Author:
wfryan
Message:

1.1.8 - January 2, 2024

  • Fix: Fixed an issue where a login lockout on a WooCommerce login form could fail silently
Location:
wordfence-login-security
Files:
42 added
42 deleted
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wordfence-login-security/tags/1.1.8/classes/controller/wordfencels.php

    r2982696 r3016540  
    342342                    'An error was encountered while trying to send the message. Please try again.' => __('An error was encountered while trying to send the message. Please try again.', 'wordfence-login-security'),
    343343                    '<strong>ERROR</strong>: An error was encountered while trying to send the message. Please try again.' => wp_kses(__('<strong>ERROR</strong>: An error was encountered while trying to send the message. Please try again.', 'wordfence-login-security'), array('strong' => array())),
     344                    'Login failed with status code 403. Please contact the site administrator.' => __('Login failed with status code 403. Please contact the site administrator.', 'wordfence-login-security'),
     345                    '<strong>ERROR</strong>: Login failed with status code 403. Please contact the site administrator.' => wp_kses(__('<strong>ERROR</strong>: Login failed with status code 403. Please contact the site administrator.', 'wordfence-login-security'), array('strong' => array())),
     346                    'Login failed with status code 503. Please contact the site administrator.' => __('Login failed with status code 503. Please contact the site administrator.', 'wordfence-login-security'),
     347                    '<strong>ERROR</strong>: Login failed with status code 503. Please contact the site administrator.' => wp_kses(__('<strong>ERROR</strong>: Login failed with status code 503. Please contact the site administrator.', 'wordfence-login-security'), array('strong' => array())),
    344348                    'Wordfence 2FA Code' => __('Wordfence 2FA Code', 'wordfence-login-security'),
    345349                    'Remember for 30 days' => __('Remember for 30 days', 'wordfence-login-security'),
  • wordfence-login-security/tags/1.1.8/languages/wordfence-login-security.pot

    r2990141 r3016540  
    1 # Copyright (C) 2023 Wordfence
     1# Copyright (C) 2024 Wordfence
    22# This file is distributed under the same license as the Wordfence Login Security plugin.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Wordfence Login Security 1.1.7\n"
    6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wordfence-login-security-zip-sC8guTXqo\n"
     5"Project-Id-Version: Wordfence Login Security 1.1.8\n"
     6"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wordfence-login-security-zip-TFOK8vqll\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    88"Language-Team: LANGUAGE <[email protected]>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2023-11-06T16:57:25+00:00\n"
     12"POT-Creation-Date: 2024-01-02T16:37:33+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.7.1\n"
     
    1717#. Plugin Name of the plugin
    1818#. Description of the plugin
    19 #: classes/controller/wordfencels.php:479
     19#: classes/controller/wordfencels.php:483
    2020msgid "Wordfence Login Security"
    2121msgstr ""
     
    266266
    267267#: classes/controller/users.php:518
    268 #: classes/controller/wordfencels.php:482
     268#: classes/controller/wordfencels.php:486
    269269msgid "2FA Status"
    270270msgstr ""
     
    283283
    284284#: classes/controller/users.php:539
    285 #: classes/controller/wordfencels.php:486
     285#: classes/controller/wordfencels.php:490
    286286msgid "Active"
    287287msgstr ""
     
    300300
    301301#: classes/controller/users.php:548
    302 #: classes/controller/wordfencels.php:486
     302#: classes/controller/wordfencels.php:490
    303303msgid "Inactive"
    304304msgstr ""
     
    393393
    394394#: classes/controller/wordfencels.php:344
     395msgid "Login failed with status code 403. Please contact the site administrator."
     396msgstr ""
     397
     398#: classes/controller/wordfencels.php:345
     399msgid "<strong>ERROR</strong>: Login failed with status code 403. Please contact the site administrator."
     400msgstr ""
     401
     402#: classes/controller/wordfencels.php:346
     403msgid "Login failed with status code 503. Please contact the site administrator."
     404msgstr ""
     405
     406#: classes/controller/wordfencels.php:347
     407msgid "<strong>ERROR</strong>: Login failed with status code 503. Please contact the site administrator."
     408msgstr ""
     409
     410#: classes/controller/wordfencels.php:348
    395411msgid "Wordfence 2FA Code"
    396412msgstr ""
    397413
    398 #: classes/controller/wordfencels.php:345
     414#: classes/controller/wordfencels.php:349
    399415msgid "Remember for 30 days"
    400416msgstr ""
    401417
    402 #: classes/controller/wordfencels.php:346
     418#: classes/controller/wordfencels.php:350
    403419msgid "Log In"
    404420msgstr ""
    405421
    406 #: classes/controller/wordfencels.php:347
     422#: classes/controller/wordfencels.php:351
    407423msgid "<strong>ERROR</strong>: An error was encountered while trying to authenticate. Please try again."
    408424msgstr ""
    409425
    410 #: classes/controller/wordfencels.php:348
     426#: classes/controller/wordfencels.php:352
    411427msgid "The Wordfence 2FA Code can be found within the authenticator app you used when first activating two-factor authentication. You may also use one of your recovery codes."
    412428msgstr ""
    413429
    414 #: classes/controller/wordfencels.php:369
    415 #: classes/controller/wordfencels.php:372
     430#: classes/controller/wordfencels.php:373
     431#: classes/controller/wordfencels.php:376
    416432msgid "Close"
    417433msgstr ""
    418434
    419 #: classes/controller/wordfencels.php:371
     435#: classes/controller/wordfencels.php:375
    420436msgid "Reload"
    421437msgstr ""
    422438
    423 #: classes/controller/wordfencels.php:396
     439#: classes/controller/wordfencels.php:400
    424440msgid "You have unsaved changes to your options. If you leave this page, those changes will be lost."
    425441msgstr ""
    426442
    427 #: classes/controller/wordfencels.php:486
    428 #: classes/controller/wordfencels.php:848
     443#: classes/controller/wordfencels.php:490
     444#: classes/controller/wordfencels.php:852
    429445#: views/manage/grace-period.php:22
    430446msgid "Locked Out"
    431447msgstr ""
    432448
    433 #: classes/controller/wordfencels.php:488
     449#: classes/controller/wordfencels.php:492
    434450#: views/manage/grace-period.php:44
    435451msgid "Two-factor authentication is required for your account, but has not been configured."
    436452msgstr ""
    437453
    438 #: classes/controller/wordfencels.php:488
     454#: classes/controller/wordfencels.php:492
    439455#: views/manage/grace-period.php:45
    440456msgid "Two-factor authentication is required for this account, but has not been configured."
    441457msgstr ""
    442458
    443 #: classes/controller/wordfencels.php:489
     459#: classes/controller/wordfencels.php:493
    444460msgid "Wordfence 2FA is active."
    445461msgstr ""
    446462
    447 #: classes/controller/wordfencels.php:489
     463#: classes/controller/wordfencels.php:493
    448464msgid "Wordfence 2FA is inactive."
    449465msgstr ""
    450466
    451 #: classes/controller/wordfencels.php:490
    452 #: classes/controller/wordfencels.php:502
     467#: classes/controller/wordfencels.php:494
     468#: classes/controller/wordfencels.php:506
    453469#: views/options/option-roles.php:62
    454470msgid "Learn More"
    455471msgstr ""
    456472
    457 #: classes/controller/wordfencels.php:494
     473#: classes/controller/wordfencels.php:498
    458474msgid "Two-factor authentication must be activated for your account prior to %s to avoid losing access."
    459475msgstr ""
    460476
    461 #: classes/controller/wordfencels.php:495
     477#: classes/controller/wordfencels.php:499
    462478msgid "Two-factor authentication must be activated for this account prior to %s."
    463479msgstr ""
    464480
    465 #: classes/controller/wordfencels.php:498
     481#: classes/controller/wordfencels.php:502
    466482msgid "Manage 2FA"
    467483msgstr ""
    468484
    469 #: classes/controller/wordfencels.php:498
     485#: classes/controller/wordfencels.php:502
    470486msgid "Activate 2FA"
    471487msgstr ""
    472488
    473 #: classes/controller/wordfencels.php:502
     489#: classes/controller/wordfencels.php:506
    474490#: views/options/option-roles.php:8
    475491msgid "Disabled"
    476492msgstr ""
    477493
    478 #: classes/controller/wordfencels.php:502
     494#: classes/controller/wordfencels.php:506
    479495msgid "Two-factor authentication is not currently enabled for this account type. To enable it, visit the Wordfence 2FA Settings page."
    480496msgstr ""
    481497
    482 #: classes/controller/wordfencels.php:519
     498#: classes/controller/wordfencels.php:523
    483499msgid "Manage 2FA Settings"
    484500msgstr ""
    485501
    486 #: classes/controller/wordfencels.php:665
     502#: classes/controller/wordfencels.php:669
    487503msgid "Login Verification Required"
    488504msgstr ""
    489505
    490 #: classes/controller/wordfencels.php:667
     506#: classes/controller/wordfencels.php:671
    491507msgid "<strong>VERIFICATION REQUIRED</strong>: Additional verification is required for login. Please check the email address associated with the account for a verification link."
    492508msgstr ""
    493509
    494 #: classes/controller/wordfencels.php:685
     510#: classes/controller/wordfencels.php:689
    495511msgid "<strong>CODE INVALID</strong>: The 2FA code provided is either expired or invalid. Please try again."
    496512msgstr ""
    497513
    498 #: classes/controller/wordfencels.php:694
     514#: classes/controller/wordfencels.php:698
    499515msgid "<strong>CODE REQUIRED</strong>: Please enter your 2FA code immediately after your password in the same field."
    500516msgstr ""
    501517
    502 #: classes/controller/wordfencels.php:696
     518#: classes/controller/wordfencels.php:700
    503519msgid "<strong>CODE REQUIRED</strong>: Please provide your 2FA code when prompted."
    504520msgstr ""
    505521
    506 #: classes/controller/wordfencels.php:699
     522#: classes/controller/wordfencels.php:703
    507523msgid "<strong>LOGIN BLOCKED</strong>: 2FA is required to be active on your account. Please contact the site administrator."
    508524msgstr ""
    509525
    510 #: classes/controller/wordfencels.php:702
     526#: classes/controller/wordfencels.php:706
    511527msgid "You do not currently have two-factor authentication active on your account, which will be required beginning %s. <a href=\"%s\">Configure 2FA</a>"
    512528msgstr ""
    513529
    514 #: classes/controller/wordfencels.php:752
     530#: classes/controller/wordfencels.php:756
    515531msgid "Email verification succeeded. Please continue logging in."
    516532msgstr ""
    517533
    518 #: classes/controller/wordfencels.php:755
     534#: classes/controller/wordfencels.php:759
    519535msgid "Email verification invalid or expired. Please try again."
    520536msgstr ""
    521537
    522 #: classes/controller/wordfencels.php:809
    523 #: classes/controller/wordfencels.php:812
     538#: classes/controller/wordfencels.php:813
     539#: classes/controller/wordfencels.php:816
    524540msgid "Login Security"
    525541msgstr ""
    526542
    527 #: classes/controller/wordfencels.php:840
     543#: classes/controller/wordfencels.php:844
    528544#: views/settings/options.php:23
    529545#: views/settings/user-stats.php:33
     
    531547msgstr ""
    532548
    533 #: classes/controller/wordfencels.php:844
     549#: classes/controller/wordfencels.php:848
    534550#: views/manage/grace-period.php:22
    535551#: views/options/option-roles.php:57
     
    537553msgstr ""
    538554
    539 #: classes/controller/wordfencels.php:863
     555#: classes/controller/wordfencels.php:867
    540556msgid "Users without 2FA active (%s)"
    541557msgstr ""
    542558
    543 #: classes/controller/wordfencels.php:881
    544 #: classes/controller/wordfencels.php:882
     559#: classes/controller/wordfencels.php:885
     560#: classes/controller/wordfencels.php:886
    545561msgid "Two-Factor Authentication"
    546562msgstr ""
    547563
    548 #: classes/controller/wordfencels.php:882
     564#: classes/controller/wordfencels.php:886
    549565msgid "Learn more<span class=\"wfls-hidden-xs\"> about Two-Factor Authentication</span>"
    550566msgstr ""
    551567
    552 #: classes/controller/wordfencels.php:891
     568#: classes/controller/wordfencels.php:895
    553569msgid "Settings"
    554570msgstr ""
    555571
    556 #: classes/controller/wordfencels.php:892
     572#: classes/controller/wordfencels.php:896
    557573msgid "Login Security Settings"
    558574msgstr ""
    559575
    560 #: classes/controller/wordfencels.php:892
     576#: classes/controller/wordfencels.php:896
    561577msgid "Learn more<span class=\"wfls-hidden-xs\"> about Login Security</span>"
    562578msgstr ""
    563579
    564 #: classes/controller/wordfencels.php:918
     580#: classes/controller/wordfencels.php:922
    565581msgid "<strong>REGISTRATION ATTEMPT BLOCKED</strong>: This site requires a security token created when the page loads for all registration attempts. Please ensure JavaScript is enabled and try again."
    566582msgstr ""
    567583
    568 #: classes/controller/wordfencels.php:925
     584#: classes/controller/wordfencels.php:929
    569585msgid "<strong>REGISTRATION ATTEMPT BLOCKED</strong>: The security token for the login attempt was invalid or expired. Please reload the page and try again."
    570586msgstr ""
    571587
    572 #: classes/controller/wordfencels.php:938
     588#: classes/controller/wordfencels.php:942
    573589msgid "<strong>REGISTRATION BLOCKED</strong>: The registration request was blocked because it was flagged as spam. Please try again or <a href=\"#\" class=\"wfls-registration-captcha-contact\" data-token=\"%s\">contact the site owner</a> for help."
    574590msgstr ""
    575591
    576 #: classes/controller/wordfencels.php:941
     592#: classes/controller/wordfencels.php:945
    577593msgid "<strong>REGISTRATION BLOCKED</strong>: The registration request was blocked because it was flagged as spam. Please try again or contact the site owner for help."
    578594msgstr ""
    579595
    580 #: classes/controller/wordfencels.php:1011
     596#: classes/controller/wordfencels.php:1015
    581597msgid "Wordfence 2FA"
    582598msgstr ""
  • wordfence-login-security/tags/1.1.8/readme.txt

    r2990169 r3016540  
    55Requires PHP: 5.5
    66Tested up to: 6.4
    7 Stable tag: 1.1.7
     7Stable tag: 1.1.8
    88
    99Secure your website with Wordfence Login Security, providing two-factor authentication, login and registration CAPTCHA, and XML-RPC protection.
     
    5858
    5959== Changelog ==
     60
     61= 1.1.8 - January 2, 2024 =
     62* Fix: Fixed an issue where a login lockout on a WooCommerce login form could fail silently
    6063
    6164= 1.1.7 - November 6, 2023 =
  • wordfence-login-security/tags/1.1.8/wordfence-login-security.php

    r2990141 r3016540  
    55Author: Wordfence
    66Author URI: http://www.wordfence.com/
    7 Version: 1.1.7
     7Version: 1.1.8
    88Network: true
    99Requires at least: 4.5
     
    3939    define('WORDFENCE_LS_FROM_CORE', ($wfCoreActive && isset($wfCoreLoading) && $wfCoreLoading));
    4040   
    41     define('WORDFENCE_LS_VERSION', '1.1.7');
    42     define('WORDFENCE_LS_BUILD_NUMBER', '1699289845');
     41    define('WORDFENCE_LS_VERSION', '1.1.8');
     42    define('WORDFENCE_LS_BUILD_NUMBER', '1704213452');
    4343
    4444    define('WORDFENCE_LS_PLUGIN_BASENAME', plugin_basename(__FILE__));
  • wordfence-login-security/trunk/classes/controller/wordfencels.php

    r2982696 r3016540  
    342342                    'An error was encountered while trying to send the message. Please try again.' => __('An error was encountered while trying to send the message. Please try again.', 'wordfence-login-security'),
    343343                    '<strong>ERROR</strong>: An error was encountered while trying to send the message. Please try again.' => wp_kses(__('<strong>ERROR</strong>: An error was encountered while trying to send the message. Please try again.', 'wordfence-login-security'), array('strong' => array())),
     344                    'Login failed with status code 403. Please contact the site administrator.' => __('Login failed with status code 403. Please contact the site administrator.', 'wordfence-login-security'),
     345                    '<strong>ERROR</strong>: Login failed with status code 403. Please contact the site administrator.' => wp_kses(__('<strong>ERROR</strong>: Login failed with status code 403. Please contact the site administrator.', 'wordfence-login-security'), array('strong' => array())),
     346                    'Login failed with status code 503. Please contact the site administrator.' => __('Login failed with status code 503. Please contact the site administrator.', 'wordfence-login-security'),
     347                    '<strong>ERROR</strong>: Login failed with status code 503. Please contact the site administrator.' => wp_kses(__('<strong>ERROR</strong>: Login failed with status code 503. Please contact the site administrator.', 'wordfence-login-security'), array('strong' => array())),
    344348                    'Wordfence 2FA Code' => __('Wordfence 2FA Code', 'wordfence-login-security'),
    345349                    'Remember for 30 days' => __('Remember for 30 days', 'wordfence-login-security'),
  • wordfence-login-security/trunk/languages/wordfence-login-security.pot

    r2990141 r3016540  
    1 # Copyright (C) 2023 Wordfence
     1# Copyright (C) 2024 Wordfence
    22# This file is distributed under the same license as the Wordfence Login Security plugin.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Wordfence Login Security 1.1.7\n"
    6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wordfence-login-security-zip-sC8guTXqo\n"
     5"Project-Id-Version: Wordfence Login Security 1.1.8\n"
     6"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wordfence-login-security-zip-TFOK8vqll\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    88"Language-Team: LANGUAGE <[email protected]>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2023-11-06T16:57:25+00:00\n"
     12"POT-Creation-Date: 2024-01-02T16:37:33+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.7.1\n"
     
    1717#. Plugin Name of the plugin
    1818#. Description of the plugin
    19 #: classes/controller/wordfencels.php:479
     19#: classes/controller/wordfencels.php:483
    2020msgid "Wordfence Login Security"
    2121msgstr ""
     
    266266
    267267#: classes/controller/users.php:518
    268 #: classes/controller/wordfencels.php:482
     268#: classes/controller/wordfencels.php:486
    269269msgid "2FA Status"
    270270msgstr ""
     
    283283
    284284#: classes/controller/users.php:539
    285 #: classes/controller/wordfencels.php:486
     285#: classes/controller/wordfencels.php:490
    286286msgid "Active"
    287287msgstr ""
     
    300300
    301301#: classes/controller/users.php:548
    302 #: classes/controller/wordfencels.php:486
     302#: classes/controller/wordfencels.php:490
    303303msgid "Inactive"
    304304msgstr ""
     
    393393
    394394#: classes/controller/wordfencels.php:344
     395msgid "Login failed with status code 403. Please contact the site administrator."
     396msgstr ""
     397
     398#: classes/controller/wordfencels.php:345
     399msgid "<strong>ERROR</strong>: Login failed with status code 403. Please contact the site administrator."
     400msgstr ""
     401
     402#: classes/controller/wordfencels.php:346
     403msgid "Login failed with status code 503. Please contact the site administrator."
     404msgstr ""
     405
     406#: classes/controller/wordfencels.php:347
     407msgid "<strong>ERROR</strong>: Login failed with status code 503. Please contact the site administrator."
     408msgstr ""
     409
     410#: classes/controller/wordfencels.php:348
    395411msgid "Wordfence 2FA Code"
    396412msgstr ""
    397413
    398 #: classes/controller/wordfencels.php:345
     414#: classes/controller/wordfencels.php:349
    399415msgid "Remember for 30 days"
    400416msgstr ""
    401417
    402 #: classes/controller/wordfencels.php:346
     418#: classes/controller/wordfencels.php:350
    403419msgid "Log In"
    404420msgstr ""
    405421
    406 #: classes/controller/wordfencels.php:347
     422#: classes/controller/wordfencels.php:351
    407423msgid "<strong>ERROR</strong>: An error was encountered while trying to authenticate. Please try again."
    408424msgstr ""
    409425
    410 #: classes/controller/wordfencels.php:348
     426#: classes/controller/wordfencels.php:352
    411427msgid "The Wordfence 2FA Code can be found within the authenticator app you used when first activating two-factor authentication. You may also use one of your recovery codes."
    412428msgstr ""
    413429
    414 #: classes/controller/wordfencels.php:369
    415 #: classes/controller/wordfencels.php:372
     430#: classes/controller/wordfencels.php:373
     431#: classes/controller/wordfencels.php:376
    416432msgid "Close"
    417433msgstr ""
    418434
    419 #: classes/controller/wordfencels.php:371
     435#: classes/controller/wordfencels.php:375
    420436msgid "Reload"
    421437msgstr ""
    422438
    423 #: classes/controller/wordfencels.php:396
     439#: classes/controller/wordfencels.php:400
    424440msgid "You have unsaved changes to your options. If you leave this page, those changes will be lost."
    425441msgstr ""
    426442
    427 #: classes/controller/wordfencels.php:486
    428 #: classes/controller/wordfencels.php:848
     443#: classes/controller/wordfencels.php:490
     444#: classes/controller/wordfencels.php:852
    429445#: views/manage/grace-period.php:22
    430446msgid "Locked Out"
    431447msgstr ""
    432448
    433 #: classes/controller/wordfencels.php:488
     449#: classes/controller/wordfencels.php:492
    434450#: views/manage/grace-period.php:44
    435451msgid "Two-factor authentication is required for your account, but has not been configured."
    436452msgstr ""
    437453
    438 #: classes/controller/wordfencels.php:488
     454#: classes/controller/wordfencels.php:492
    439455#: views/manage/grace-period.php:45
    440456msgid "Two-factor authentication is required for this account, but has not been configured."
    441457msgstr ""
    442458
    443 #: classes/controller/wordfencels.php:489
     459#: classes/controller/wordfencels.php:493
    444460msgid "Wordfence 2FA is active."
    445461msgstr ""
    446462
    447 #: classes/controller/wordfencels.php:489
     463#: classes/controller/wordfencels.php:493
    448464msgid "Wordfence 2FA is inactive."
    449465msgstr ""
    450466
    451 #: classes/controller/wordfencels.php:490
    452 #: classes/controller/wordfencels.php:502
     467#: classes/controller/wordfencels.php:494
     468#: classes/controller/wordfencels.php:506
    453469#: views/options/option-roles.php:62
    454470msgid "Learn More"
    455471msgstr ""
    456472
    457 #: classes/controller/wordfencels.php:494
     473#: classes/controller/wordfencels.php:498
    458474msgid "Two-factor authentication must be activated for your account prior to %s to avoid losing access."
    459475msgstr ""
    460476
    461 #: classes/controller/wordfencels.php:495
     477#: classes/controller/wordfencels.php:499
    462478msgid "Two-factor authentication must be activated for this account prior to %s."
    463479msgstr ""
    464480
    465 #: classes/controller/wordfencels.php:498
     481#: classes/controller/wordfencels.php:502
    466482msgid "Manage 2FA"
    467483msgstr ""
    468484
    469 #: classes/controller/wordfencels.php:498
     485#: classes/controller/wordfencels.php:502
    470486msgid "Activate 2FA"
    471487msgstr ""
    472488
    473 #: classes/controller/wordfencels.php:502
     489#: classes/controller/wordfencels.php:506
    474490#: views/options/option-roles.php:8
    475491msgid "Disabled"
    476492msgstr ""
    477493
    478 #: classes/controller/wordfencels.php:502
     494#: classes/controller/wordfencels.php:506
    479495msgid "Two-factor authentication is not currently enabled for this account type. To enable it, visit the Wordfence 2FA Settings page."
    480496msgstr ""
    481497
    482 #: classes/controller/wordfencels.php:519
     498#: classes/controller/wordfencels.php:523
    483499msgid "Manage 2FA Settings"
    484500msgstr ""
    485501
    486 #: classes/controller/wordfencels.php:665
     502#: classes/controller/wordfencels.php:669
    487503msgid "Login Verification Required"
    488504msgstr ""
    489505
    490 #: classes/controller/wordfencels.php:667
     506#: classes/controller/wordfencels.php:671
    491507msgid "<strong>VERIFICATION REQUIRED</strong>: Additional verification is required for login. Please check the email address associated with the account for a verification link."
    492508msgstr ""
    493509
    494 #: classes/controller/wordfencels.php:685
     510#: classes/controller/wordfencels.php:689
    495511msgid "<strong>CODE INVALID</strong>: The 2FA code provided is either expired or invalid. Please try again."
    496512msgstr ""
    497513
    498 #: classes/controller/wordfencels.php:694
     514#: classes/controller/wordfencels.php:698
    499515msgid "<strong>CODE REQUIRED</strong>: Please enter your 2FA code immediately after your password in the same field."
    500516msgstr ""
    501517
    502 #: classes/controller/wordfencels.php:696
     518#: classes/controller/wordfencels.php:700
    503519msgid "<strong>CODE REQUIRED</strong>: Please provide your 2FA code when prompted."
    504520msgstr ""
    505521
    506 #: classes/controller/wordfencels.php:699
     522#: classes/controller/wordfencels.php:703
    507523msgid "<strong>LOGIN BLOCKED</strong>: 2FA is required to be active on your account. Please contact the site administrator."
    508524msgstr ""
    509525
    510 #: classes/controller/wordfencels.php:702
     526#: classes/controller/wordfencels.php:706
    511527msgid "You do not currently have two-factor authentication active on your account, which will be required beginning %s. <a href=\"%s\">Configure 2FA</a>"
    512528msgstr ""
    513529
    514 #: classes/controller/wordfencels.php:752
     530#: classes/controller/wordfencels.php:756
    515531msgid "Email verification succeeded. Please continue logging in."
    516532msgstr ""
    517533
    518 #: classes/controller/wordfencels.php:755
     534#: classes/controller/wordfencels.php:759
    519535msgid "Email verification invalid or expired. Please try again."
    520536msgstr ""
    521537
    522 #: classes/controller/wordfencels.php:809
    523 #: classes/controller/wordfencels.php:812
     538#: classes/controller/wordfencels.php:813
     539#: classes/controller/wordfencels.php:816
    524540msgid "Login Security"
    525541msgstr ""
    526542
    527 #: classes/controller/wordfencels.php:840
     543#: classes/controller/wordfencels.php:844
    528544#: views/settings/options.php:23
    529545#: views/settings/user-stats.php:33
     
    531547msgstr ""
    532548
    533 #: classes/controller/wordfencels.php:844
     549#: classes/controller/wordfencels.php:848
    534550#: views/manage/grace-period.php:22
    535551#: views/options/option-roles.php:57
     
    537553msgstr ""
    538554
    539 #: classes/controller/wordfencels.php:863
     555#: classes/controller/wordfencels.php:867
    540556msgid "Users without 2FA active (%s)"
    541557msgstr ""
    542558
    543 #: classes/controller/wordfencels.php:881
    544 #: classes/controller/wordfencels.php:882
     559#: classes/controller/wordfencels.php:885
     560#: classes/controller/wordfencels.php:886
    545561msgid "Two-Factor Authentication"
    546562msgstr ""
    547563
    548 #: classes/controller/wordfencels.php:882
     564#: classes/controller/wordfencels.php:886
    549565msgid "Learn more<span class=\"wfls-hidden-xs\"> about Two-Factor Authentication</span>"
    550566msgstr ""
    551567
    552 #: classes/controller/wordfencels.php:891
     568#: classes/controller/wordfencels.php:895
    553569msgid "Settings"
    554570msgstr ""
    555571
    556 #: classes/controller/wordfencels.php:892
     572#: classes/controller/wordfencels.php:896
    557573msgid "Login Security Settings"
    558574msgstr ""
    559575
    560 #: classes/controller/wordfencels.php:892
     576#: classes/controller/wordfencels.php:896
    561577msgid "Learn more<span class=\"wfls-hidden-xs\"> about Login Security</span>"
    562578msgstr ""
    563579
    564 #: classes/controller/wordfencels.php:918
     580#: classes/controller/wordfencels.php:922
    565581msgid "<strong>REGISTRATION ATTEMPT BLOCKED</strong>: This site requires a security token created when the page loads for all registration attempts. Please ensure JavaScript is enabled and try again."
    566582msgstr ""
    567583
    568 #: classes/controller/wordfencels.php:925
     584#: classes/controller/wordfencels.php:929
    569585msgid "<strong>REGISTRATION ATTEMPT BLOCKED</strong>: The security token for the login attempt was invalid or expired. Please reload the page and try again."
    570586msgstr ""
    571587
    572 #: classes/controller/wordfencels.php:938
     588#: classes/controller/wordfencels.php:942
    573589msgid "<strong>REGISTRATION BLOCKED</strong>: The registration request was blocked because it was flagged as spam. Please try again or <a href=\"#\" class=\"wfls-registration-captcha-contact\" data-token=\"%s\">contact the site owner</a> for help."
    574590msgstr ""
    575591
    576 #: classes/controller/wordfencels.php:941
     592#: classes/controller/wordfencels.php:945
    577593msgid "<strong>REGISTRATION BLOCKED</strong>: The registration request was blocked because it was flagged as spam. Please try again or contact the site owner for help."
    578594msgstr ""
    579595
    580 #: classes/controller/wordfencels.php:1011
     596#: classes/controller/wordfencels.php:1015
    581597msgid "Wordfence 2FA"
    582598msgstr ""
  • wordfence-login-security/trunk/readme.txt

    r2990169 r3016540  
    5858
    5959== Changelog ==
     60
     61= 1.1.8 - January 2, 2024 =
     62* Fix: Fixed an issue where a login lockout on a WooCommerce login form could fail silently
    6063
    6164= 1.1.7 - November 6, 2023 =
  • wordfence-login-security/trunk/wordfence-login-security.php

    r2990141 r3016540  
    55Author: Wordfence
    66Author URI: http://www.wordfence.com/
    7 Version: 1.1.7
     7Version: 1.1.8
    88Network: true
    99Requires at least: 4.5
     
    3939    define('WORDFENCE_LS_FROM_CORE', ($wfCoreActive && isset($wfCoreLoading) && $wfCoreLoading));
    4040   
    41     define('WORDFENCE_LS_VERSION', '1.1.7');
    42     define('WORDFENCE_LS_BUILD_NUMBER', '1699289845');
     41    define('WORDFENCE_LS_VERSION', '1.1.8');
     42    define('WORDFENCE_LS_BUILD_NUMBER', '1704213452');
    4343
    4444    define('WORDFENCE_LS_PLUGIN_BASENAME', plugin_basename(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.