Bug 226291

Summary: Web UI plugin should have an option to disable authentication
Product: [Applications] ktorrent Reporter: Marco Poletti <poletti.marco>
Component: generalAssignee: Joris Guisson <joris.guisson>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Marco Poletti 2010-02-11 12:14:15 UTC
Version:            (using KDE 4.4.0)
OS:                Linux
Installed from:    openSUSE RPMs

The Web UI plugin already allows changing username/password. It should have an option to completely disable authentication, so you don't have to enter username and password.
This is useful if the 8080 port is not public, but only available in a private LAN.
Comment 1 Joris Guisson 2010-03-25 18:56:50 UTC
SVN commit 1107456 by guisson:

Add patch to disable authentication in webinterface 

BUG: 226291

 M  +1 -0      ChangeLog  
 M  +1 -0      ktorrent/main.cpp  
 M  +20 -5     plugins/webinterface/httpserver.cpp  
 M  +3 -1      plugins/webinterface/ktwebinterfaceplugin.kcfg  
 M  +2 -1      plugins/webinterface/loginhandler.cpp  
 M  +9 -0      plugins/webinterface/webinterfaceprefwidget.cpp  
 M  +3 -0      plugins/webinterface/webinterfaceprefwidget.h  
 M  +106 -89   plugins/webinterface/webinterfaceprefwidget.ui  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1107456