Plugin Directory

Changeset 3283549


Ignore:
Timestamp:
04/28/2025 04:23:17 PM (11 months ago)
Author:
nsp-code
Message:

Version: 2.6.5

Location:
wp-hide-security-enhancer
Files:
228 added
3 edited

Legend:

Unmodified
Added
Removed
  • wp-hide-security-enhancer/trunk/compatibility/temporary-login-without-password.php

    r3275408 r3283549  
    4141                {
    4242                    $temporary_login_2fa_bypass  =   $this->wph->functions->get_module_item_setting('temporary_login_2fa_bypass');
    43                     if ( $temporary_login_2fa_bypass !== 'yes' )
     43                    if ( $temporary_login_2fa_bypass !== 'yes' ||   ! isset ( $_GET['wtlwp_token'] ) )
    4444                        return $status;
    4545                   
  • wp-hide-security-enhancer/trunk/readme.txt

    r3275408 r3283549  
    55Requires at least: 2.8
    66Tested up to: 6.8
    7 Stable tag: 2.6.4
     7Stable tag: 2.6.5
    88License: GPLv2 or later
    99
     
    446446== Changelog ==
    447447
     448= 2.6.5 =
     449Fix: Check for wtlwp_token GET argument if "Temporary Login Without Password" when using the Two Factor Authentication ( 2FA ) feature.
     450
    448451= 2.6.4 =
    449452* Process the text/xml content type, to allow changing the default URLs in certain sitemaps.
  • wp-hide-security-enhancer/trunk/wp-hide.php

    r3275408 r3283549  
    66* Author: Nsp Code
    77* Author URI: http://www.nsp-code.com
    8 * Version: 2.6.4
     8* Version: 2.6.5
    99* Text Domain: wp-hide-security-enhancer
    1010* Domain Path: /languages/
Note: See TracChangeset for help on using the changeset viewer.