Page 1 of 1

Default Password?

Posted: Wed Oct 22, 2008 8:25 am
by DPic
So i just installed deluge 1.0.3 and told it to use a password and just assumed it would use the one i was using before. Apparently it doesn't and there's some other default password. What is it?

Thanks
.Danny

Re: Default Password?

Posted: Wed Oct 22, 2008 10:48 am
by johnnyg
I'm assuming you're talking about the web ui password?
In which case the default password is "deluge"

Re: Default Password?

Posted: Wed Oct 22, 2008 10:45 pm
by DPic
I figured that would be it but i tried that and it didn't work...it's set to start in system tray so i can't start it up to change the password. Is there anything else i can do?

Re: Default Password?

Posted: Thu Oct 23, 2008 1:42 am
by danii
johnnyg wrote:I'm assuming you're talking about the web ui password?
In which case the default password is "deluge"
I think he's talking about "Password protect system tray" in Preferences->Interface

the password is encrypted in the gtkui.conf in ~/config/deluge, under tray_password, you could set the lock_tray to 0 to disable it and set a new password

Re: Default Password?

Posted: Thu Oct 23, 2008 9:12 am
by DPic
Thanks! That worked. I have no idea what the password was...it was a fresh installation. Is that a bug?

Anyways, to help anyone else with this problem out, while deluge is not running, find:

Code: Select all

sS'lock_tray'
p22
I01
and change it to:

Code: Select all

sS'lock_tray'
p22
I00

Re: Default Password?

Posted: Thu Oct 23, 2008 9:34 am
by johnnyg
I just tried it now, it seems that the default password is blank; i.e. you don't enter anything, you just hit OK.
Maybe it should warn you when the password is blank? That would prevent people from forgetting to set the password.
It's also disturbing how easy it was to bypass the system tray password, I guess that feature is just for people to stop average joe from messing with deluge.

Re: Default Password?

Posted: Thu Oct 23, 2008 10:04 am
by Mindzai
Yes does seem a bit simple to bypass but then what security does it really offer anyway? If someone is at your computer they can get to all your downloaded files and deluge configs anyway. Like you say I suppose it is just to prevent the casual user, little kids etc from playing.

Re: Default Password?

Posted: Sun Oct 26, 2008 12:30 am
by DPic
johnnyg wrote:I just tried it now, it seems that the default password is blank; i.e. you don't enter anything, you just hit OK.
That was another thing i tried that didn't work but i have no idea why it would be different if it for you.

Re: Default Password?

Posted: Sun Oct 26, 2008 1:40 am
by johnnyg
hmm it would have been interesting to have saved the sha1 hash.
either way I think a warning would prevent that from ever happening again.