Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi shuklasanjeev, what method are you using to generate your links?

    Thank you

    Thread Starter Sam

    (@shuklasanjeev)

    When an IP address is Locked and user clicks on the button ‘Request Unlock’, it takes the user to site-url/custom-login-page asking for the email address and a button ‘Send Unlock Request’

    This is how we get this link in the email.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi shuklasanjeev can you disable the unlocking request setting for now. We need to investigate this further. One of the plugin’s developer will review this issue.

    Regards

    Thread Starter Sam

    (@shuklasanjeev)

    Ok.
    I also noticed that the site title on the page that shows up after the user clicks on the button ‘Request Unlock’ button, shows link as https://www.www.ads-software.com instead of showing the url of the site.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Check your WordPress settings. That link is incorrect.

    Thread Starter Sam

    (@shuklasanjeev)

    WordPress settings are correct. I guess this has been hard coded somewhere in the plugin code.

    Thread Starter Sam

    (@shuklasanjeev)

    #1 It seems the cause for the issue #1 i.e. redirecting the user to wp-login.php instead of custom login is coming from the following code

    AIOWPSecurity_Utility::redirect_to_url(wp_login_url());

    Which is defined on line #324 in wp-security-user-login.php file.

    This line should be referring to AIO constant that is for custom login url instead of wp_login_url()

    #2 The issue number #2 is coming because of following two lines
    $login_header_url = __( ‘https://www.ads-software.com/’ );
    $login_header_title = __( ‘Powered by WordPress’ );

    i.e. line #13 and #14 in wp-security-unlock-request.php file.

    Plugin Contributor wpsolutions

    (@wpsolutions)

    Hi @shuklasanjeev,
    Thanks for the info.
    We will tweak the unlock functionality to handle the renamed login feature if it is active.

    Thread Starter Sam

    (@shuklasanjeev)

    Just wondering if this issue has been resolved?

    Plugin Contributor wpsolutions

    (@wpsolutions)

    Yes – it will be available in the next release.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Unlock link URl’ is closed to new replies.