Index: /branches/rel_ag_9_4_5/lighttpd/conf/webuilighttpd.conf
===================================================================
--- /branches/rel_ag_9_4_5/lighttpd/conf/webuilighttpd.conf	(revision 20279)
+++ /branches/rel_ag_9_4_5/lighttpd/conf/webuilighttpd.conf	(working copy)
@@ -25,6 +25,10 @@
     ssl.cipher-list = "AES128-GCM-SHA256:AES256-GCM-SHA384"
 }
 
+$HTTP["url"] =~ "/login/" {
+    url.access-deny = ("")
+}
+
 server.username = "nobody" 
 server.groupname = "nobody"
 
