summaryrefslogtreecommitdiffstats
path: root/deluge/ui/web/auth.py
diff options
context:
space:
mode:
authorDamien Churchill <damoc@gmail.com>2009-05-07 17:51:01 +0000
committerDamien Churchill <damoc@gmail.com>2009-05-07 17:51:01 +0000
commitaeb5e8311b8d6f0dc5ef54f6ea07a733da1cd24a (patch)
tree90362fe3890a7ff059500a7782af80086facebf3 /deluge/ui/web/auth.py
parent107daa57b5dacc3ae4ac5b66da9f7999a30dfffb (diff)
downloaddeluge-aeb5e8311b8d6f0dc5ef54f6ea07a733da1cd24a.tar.gz
deluge-aeb5e8311b8d6f0dc5ef54f6ea07a733da1cd24a.tar.bz2
deluge-aeb5e8311b8d6f0dc5ef54f6ea07a733da1cd24a.zip
don't delete the salt
Diffstat (limited to 'deluge/ui/web/auth.py')
-rw-r--r--deluge/ui/web/auth.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/deluge/ui/web/auth.py b/deluge/ui/web/auth.py
index d208b6887..8505606da 100644
--- a/deluge/ui/web/auth.py
+++ b/deluge/ui/web/auth.py
@@ -128,7 +128,6 @@ class Auth(JSONComponent):
# the old passwords from the config file.
self.change_password(password)
del config.config["pwd_md5"]
- del config.config["pwd_salt"]
elif "pwd_sha1" in config.config:
# We are using the 1.2 auth method