You could add this code to your AutoConfig:
try {
var loginManager = Components.classes["@mozilla.org/login-manager;1"].
getService(Components.interfaces.nsILoginManager);
loginManager.removeAllLogins();
} catch (e) {
}
Mike
On Fri, Apr 15, 2016 at 10:45 AM, Dipen Narendra Kumar <
[email protected]> wrote:
> Hello,
>
>
>
> I am currently disabling passwords from being remembered using:
>
>
>
> lockPref("signon.rememberSignons",false);
>
>
>
> in the config file.
>
>
>
> Is there a way to also remove any saved passwords that have already been
> saved in Firefox?
>
>
>
> Thanks,
>
>
>
> dipen
>
>
>
> *Dipen Narendra Kumar*
>
> IT Support Analyst
>
> [image: cid:[email protected]]
>
>
>
> *A* 3 Lombard Street London EC3V 9AA
>
> *D* +44 (0) 207 448 0329
> *T* +44 (0) 207 448 0300
>
> www.harmonic-capital.com
>
>
>
> ------------------------------
> Past results are not necessarily indicative of future results. Derivative
> trading involves a substantial risk of loss.
>
> This e-mail, and any attachment, is confidential and for the intended
> recipient(s) only, subject to important disclaimers and conditions
> available at http://www.harmonic-capital.com/disclaimer . This
> communication is not an offer (or solicitation of an offer) to buy or sell
> products or investment advisory services that may be mentioned.
>
> Harmonic Capital Partners LLP (Harmonic) is authorised and regulated by
> the Financial Conduct Authority. Harmonic is registered in England and
> Wales with company registration number OC303094, and registered office at 3
> Lombard Street, London, EC3V 9AA, UK.
>
> _______________________________________________
> Enterprise mailing list
> [email protected]
> https://mail.mozilla.org/listinfo/enterprise
>
> To unsubscribe from this list, please visit
> https://mail.mozilla.org/listinfo/enterprise or send an email to
> [email protected] with a subject of "unsubscribe"
>
_______________________________________________
Enterprise mailing list
[email protected]
https://mail.mozilla.org/listinfo/enterprise
To unsubscribe from this list, please visit
https://mail.mozilla.org/listinfo/enterprise or send an email to
[email protected] with a subject of "unsubscribe"