summaryrefslogtreecommitdiff
path: root/chrome/content/accountWizard/accountWizard.xul
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2016-04-07 18:14:51 +0200
committerRuben Pollan <meskio@sindominio.net>2016-04-07 18:14:51 +0200
commit2c9b6620e7c49f8827ab5e75fc5c7045fda74232 (patch)
treecd3f56d7490965b8417c03ed65d2001e6331b4df /chrome/content/accountWizard/accountWizard.xul
parent09005ca9e4f4d0bf93e1f0d2f73e81bcfdf14948 (diff)
[feature] Fetch IMAP/SMTP password from the tokens file
* Resolves: #6041
Diffstat (limited to 'chrome/content/accountWizard/accountWizard.xul')
-rw-r--r--chrome/content/accountWizard/accountWizard.xul29
1 files changed, 0 insertions, 29 deletions
diff --git a/chrome/content/accountWizard/accountWizard.xul b/chrome/content/accountWizard/accountWizard.xul
index 134d71c..2ffbffc 100644
--- a/chrome/content/accountWizard/accountWizard.xul
+++ b/chrome/content/accountWizard/accountWizard.xul
@@ -110,35 +110,6 @@
<description id="emailerror" class="errordescription" hidden="true"/>
</hbox>
</row>
- <!-- we do not use the password for now.
- <row align="center">
- <label accesskey="&password.accesskey;"
- class="autoconfigLabel"
- value="&password.label;"
- control="password"
- tooltip="optional-password"/>
- <textbox id="password"
- class="padded"
- placeholder="&password.placeholder;"
- type="text"
- oninput="gBitmaskAccountWizard.onInputPassword();"
- onfocus="gBitmaskAccountWizard.onFocusPassword();"
- onblur="gBitmaskAccountWizard.onBlurPassword();"/>
- <hbox>
- <image id="passworderroricon"
- hidden="true"
- class="warningicon"/>
- <description id="passworderror" class="errordescription" hidden="true"/>
- </hbox>
- </row>
- <row align="center" pack="start">
- <label class="autoconfigLabel"/>
- <checkbox id="remember_password"
- label="&rememberPassword.label;"
- accesskey="&rememberPassword.accesskey;"
- checked="true"/>
- </row>
- -->
</rows>
</grid>
<spacer flex="1" />