• Resolved normanik

    (@normanik)


    Hello Wordfence support ??

    I have one problem, because I created login/register form for my client with another plugin The plus addons for Elementor.

    This problem looks like this, when Wordfence plugin is active on my site, no one can login by means this form to its account.
    When I tries login to my client account, form shows error: “Something went wrong. Please try again.”

    However when I deactive Wordfence plugin on my site this form is fully operational and I login to my client account.

    I tries also login through this form after add to my theme functions, but it’s also not working.

    // Disable wp login
    function custom_login_page() {
    $new_login_page_url = home_url( '/login/' ); // new login page
    global $pagenow;
    if( $pagenow == "wp-login.php" && $_SERVER['REQUEST_METHOD'] == 'GET') {
    wp_redirect($new_login_page_url);
    exit;
    }
    }
    if(!is_user_logged_in()){
    add_action('init','custom_login_page');
    }

    This form is located on this page: https://niezle-ziolko.eu/zaloguj-sie/

    Please help me.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support wfpeter

    (@wfpeter)

    Hi @normanik, thanks for reaching out to us.

    I’d try a quick period of testing in Learning Mode. From the Wordfence Dashboard click on Manage WAF. Then you will see Basic Firewall Options > Web Application Firewall Status. Change the option to Learning Mode. Now submit the form(s) that were causing issues. This will help Wordfence learn that these actions are normal and it will allow them in the future. After you have finished performing the actions, switch the WAF from Learning Mode back to Enabled and Protecting. Now test to see if these actions work correctly.

    If that doesn’t work, see if you can find blocks matching the timestamps your site failed to load in your Live Traffic page. Click on the entry or eye icon to expand it and see if you are presented with an “ADD PARAM TO FIREWALL ALLOWLIST” button. Clicking this should allow the blocked action in future.

    Let me know how you get on.

    Peter.

    Thread Starter normanik

    (@normanik)

    Hello again,

    Unfortunately, but no “ADD PARAM TO FIREWALL ALLOWLIST” button is provided to me when viewing live traffic.

    I tried to add the rules you mentioned to my firewall, but unfortunately it still displays an error and I can’t log in.

    I also tried logging in on different devices to different accounts and with VPN and disabling VPN, but unfortunately the same message appears on each device.

    Is there anything else I could try?

    I also finally changed the link to the page where the form we are talking about is located: https://niezle-ziolko.eu/moje-konto/

    Thread Starter normanik

    (@normanik)

    Can anyone else help me solve my case?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The plus addons for elementor login/register form error.’ is closed to new replies.