Skip to content

Commit

Permalink
Hide "save password" checkbox in the account creation wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Dec 27, 2013
1 parent 39dd23d commit 6de39da
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions chrome.manifest
Expand Up @@ -6,6 +6,7 @@ content donotsavepassword content/

style chrome://browser/content/preferences/preferences.xul chrome://donotsavepassword/content/preferences.css
style chrome://messenger/content/preferences/preferences.xul chrome://donotsavepassword/content/preferences.css
style chrome://messenger/content/accountcreation/emailWizard.xul chrome://donotsavepassword/content/emailWizard.css

component {57748650-c0a7-11df-851a-0800200c9a66} components/Startup.js
contract @clear-code.com/donotsavepassword/startup;1 {57748650-c0a7-11df-851a-0800200c9a66}
Expand Down
8 changes: 8 additions & 0 deletions content/emailWizard.css
@@ -0,0 +1,8 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

#remember_password {
visibility: collapse !important;
-moz-user-focus: ignore !important;
}

0 comments on commit 6de39da

Please sign in to comment.