Author: damoxc
Revision: 5241
Log:
don't delete the salt
Diff:
Modified: trunk/deluge/ui/web/auth.py
===================================================================
--- trunk/deluge/ui/web/auth.py 2009-05-07 17:50:16 UTC (rev 5240)
+++ trunk/deluge/ui/web/auth.py 2009-05-07 17:51:01 UTC (rev 5241)
@@ -128,7 +128,6 @@
# 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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---