Title: Plugin changing login by default
Last modified: August 21, 2016

---

# Plugin changing login by default

 *  Resolved [Nomina](https://wordpress.org/support/users/nomina/)
 * (@nomina)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/plugin-changing-login-by-default/)
 * After installing **Admin Tweaks**, I started to notice a difference on the login
   pages of my production and development sites. It turns out that, even when the
   _Login and Logout_ settings within **Admin Tweaks** are all blank/off, it is 
   modifying the layout of the login page. Specifically, the following code is parsed
   after functions.php:
 *     ```
       #login h1 a { margin:0px;width:auto; ; background-size:inherit} 
   
       #login{} 
   
       #loginform {; margin-left:0} 
   
       body,body.login{height:100%;}
       ```
   
 * Is this as intended, and if so, how can I prevent **Admin Tweaks** from modifying
   the login page? I’m thoroughly enjoying the “all-in-one-place” convenience of
   having most of my favorite functions.php tweaks in… well… one place, but I expect
   a plugin to only make changes when I tell it to.
 * Many thanks in advance.
 * [http://wordpress.org/plugins/many-tips-together/](http://wordpress.org/plugins/many-tips-together/)

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

 *  Plugin Author [brasofilo](https://wordpress.org/support/users/brasofilo/)
 * (@brasofilo)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/plugin-changing-login-by-default/#post-3965301)
 * Sorry, I wrote a message here, but it is the wrong thread.
    I’ll take a look 
   and report back. Thanks for reporting.
 *  Plugin Author [brasofilo](https://wordpress.org/support/users/brasofilo/)
 * (@brasofilo)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/plugin-changing-login-by-default/#post-3965346)
 * Yes, I see what’s wrong in the code. I’ll fix this in the next version, but it’ll
   have to wait till next week.
 *  Plugin Author [brasofilo](https://wordpress.org/support/users/brasofilo/)
 * (@brasofilo)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-changing-login-by-default/#post-3965423)
 * Fixed in 2.3.6.

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

The topic ‘Plugin changing login by default’ is closed to new replies.

 * ![](https://ps.w.org/many-tips-together/assets/icon-256x256.png?rev=1657467)
 * [Admin Tweaks](https://wordpress.org/plugins/many-tips-together/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/many-tips-together/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/many-tips-together/)
 * [Active Topics](https://wordpress.org/support/plugin/many-tips-together/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/many-tips-together/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/many-tips-together/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [brasofilo](https://wordpress.org/support/users/brasofilo/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-changing-login-by-default/#post-3965423)
 * Status: resolved