mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 01:18:39 +00:00
don't delete the salt
This commit is contained in:
parent
107daa57b5
commit
aeb5e8311b
1 changed files with 0 additions and 1 deletions
|
@ -128,7 +128,6 @@ class Auth(JSONComponent):
|
||||||
# the old passwords from the config file.
|
# the old passwords from the config file.
|
||||||
self.change_password(password)
|
self.change_password(password)
|
||||||
del config.config["pwd_md5"]
|
del config.config["pwd_md5"]
|
||||||
del config.config["pwd_salt"]
|
|
||||||
|
|
||||||
elif "pwd_sha1" in config.config:
|
elif "pwd_sha1" in config.config:
|
||||||
# We are using the 1.2 auth method
|
# We are using the 1.2 auth method
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue