• Resolved pipedreamdesign

    (@pipedreamdesign)


    When enabling Wordfence I get notification boxes on my custom template pages, containing the following information:

    Application Passwords (edit wordfence options)

    Wordfence Login Security (activate 2fa / manage 2fa ettings)

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

Viewing 1 replies (of 1 total)
  • Plugin Support wfjanet

    (@wfjanet)

    Hi @pipedreamdesign,

    Thank you for reaching out.

    This issue has recently been brought to our attention and our developers are currently looking into it. Unfortunately, we cannot give a specific ETA for the implementation at this time.

    However, what you can do in the meantime is try and hide the sections using Javascript by adding the Jquery below.

    jQuery('h2:contains("Application Passwords")').hide();
    jQuery('h2:contains("Application Passwords")').next().hide();

    Note: It is recommended that you only run these two lines on the users’ profile page. Be sure to add a Jquery for the Wordfence Login Security section if you would like to hide that as well.

    Another option is to disable the feature entirely by adding something like this to the function.php file:

    add_filter('wp_is_application_passwords_available', '__return_false');

    I hope this is helpful. In case you have any further questions, please feel free to reach out to us.

    Thanks,
    Janet

Viewing 1 replies (of 1 total)
  • The topic ‘Password & Login notification boxes’ is closed to new replies.