Title: [Plugin: Login Security Solution] Remove security notice
Last modified: August 20, 2016

---

# [Plugin: Login Security Solution] Remove security notice

 *  Resolved [anisjolly](https://wordpress.org/support/users/anisjolly/)
 * (@anisjolly)
 * [14 years ago](https://wordpress.org/support/topic/plugin-login-security-solution-remove-security-notice/)
 * How do you remove the security notice that stays at the top of your WP admin 
   area on all pages?
 * I’ve installed the plugin and don’t wish to have the passwords changed at this
   moment in time.
 * It is becoming rather annoying?
 * [http://wordpress.org/extend/plugins/login-security-solution/](http://wordpress.org/extend/plugins/login-security-solution/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [madhavaji](https://wordpress.org/support/users/madhavaji/)
 * (@madhavaji)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-login-security-solution-remove-security-notice/#post-2767693)
 * Cool.. I figured a way..
 * First implement a custom admin style sheet..
 *     ```
       //
       // Add custom admin CSS
       //
       function deliberate_my_admin_head() {
   
       	echo '<link rel="stylesheet" type="text/css" href="' . get_bloginfo('template_directory') . '/wp-admin.css">';
       }
       add_filter('admin_head','deliberate_my_admin_head');
       ```
   
 * Then add this to it..
 *     ```
       /*
       	Supress Login security solution 'Change all password' error notice
       */
       .settings_page_login-security-solution #wpwrap #wpcontent .error {
       	display: none;
       }
       ```
   
 * Sweet!
 * m.
 *  Plugin Author [Daniel Convissor](https://wordpress.org/support/users/convissor/)
 * (@convissor)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-login-security-solution-remove-security-notice/#post-2767694)
 * Or you could do it the easy way, which the plugin has provided since the beginning:
 * * Click the “Change All Passwords” link inside that notice (or in the quick links
   on this plugin’s line on WP’s Plugins page).
    * Check off the “No thanks. I know
   what I’m doing. Please don’t remind me about this.” box. * Click the “Do not 
   remind me about this” button.
 *  [madhavaji](https://wordpress.org/support/users/madhavaji/)
 * (@madhavaji)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-login-security-solution-remove-security-notice/#post-2767695)
 * Is that so..
 * Interesting, I was reluctant to click the ‘Change All Passwords’ link as I believed
   it might just go ahead and initiate the ‘Change All Passwords’ process.
 * So you’re saying that behind that link is the option to not actually ‘Change 
   All Passwords’ but suppress the notice. Ok, thanks for the heads up.
 * m.
 *  Plugin Author [Daniel Convissor](https://wordpress.org/support/users/convissor/)
 * (@convissor)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-login-security-solution-remove-security-notice/#post-2767696)
 * Hi Madhavaji:
 * Good point. I’ve updated the notice text to specifically state that the link 
   goes to a user interface. The change is in the the 0.21.0 release that has just
   been put out.
 * Thanks,
 * –Dan
 *  [madhavaji](https://wordpress.org/support/users/madhavaji/)
 * (@madhavaji)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-login-security-solution-remove-security-notice/#post-2767697)
 * Groovy 🙂
 * m.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: Login Security Solution] Remove security notice’ is closed to
new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/login-security-solution.svg)
 * [Login Security Solution](https://wordpress.org/plugins/login-security-solution/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/login-security-solution/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/login-security-solution/)
 * [Active Topics](https://wordpress.org/support/plugin/login-security-solution/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/login-security-solution/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/login-security-solution/reviews/)

## Tags

 * [login](https://wordpress.org/support/topic-tag/login/)
 * [notice](https://wordpress.org/support/topic-tag/notice/)
 * [remove](https://wordpress.org/support/topic-tag/remove/)

 * 5 replies
 * 3 participants
 * Last reply from: [madhavaji](https://wordpress.org/support/users/madhavaji/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-login-security-solution-remove-security-notice/#post-2767697)
 * Status: resolved