commit e31ff87baa69015b1438379a77c0be743759c11e
parent 13de37cea7b7aa84b2fc4d07d1476268444132c9
Author: Dan Stillman <dstillman@zotero.org>
Date: Wed, 2 Jul 2008 10:08:11 +0000
Allow clearing of sync password
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js
@@ -434,11 +434,6 @@ Zotero.Sync.Server = new function () {
delete _cachedCredentials[username];
- if (!password) {
- Zotero.debug('Password empty setting Zotero.Sync.Server.password');
- return;
- }
-
var loginManager = Components.classes["@mozilla.org/login-manager;1"]
.getService(Components.interfaces.nsILoginManager);