Title: Password &amp; Login notification boxes
Last modified: April 4, 2022

---

# Password & Login notification boxes

 *  Resolved [pipedreamdesign](https://wordpress.org/support/users/pipedreamdesign/)
 * (@pipedreamdesign)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/password-login-notification-boxes/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpassword-login-notification-boxes%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Support [wfjanet](https://wordpress.org/support/users/wfjanet/)
 * (@wfjanet)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/password-login-notification-boxes/#post-15529880)
 * Hi [@pipedreamdesign](https://wordpress.org/support/users/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.

 * ![](https://ps.w.org/wordfence/assets/icon.svg?rev=2070865)
 * [Wordfence Security - Firewall, Malware Scan, and Login Security](https://wordpress.org/plugins/wordfence/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordfence/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordfence/)
 * [Active Topics](https://wordpress.org/support/plugin/wordfence/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordfence/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordfence/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [wfjanet](https://wordpress.org/support/users/wfjanet/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/password-login-notification-boxes/#post-15529880)
 * Status: resolved