Bug #421

web security should enable passwords for all pages

Added by alien almost 15 years ago. Updated about 14 years ago.

Status:Rejected Start date:
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:- Spent time: -
Target version:-

Description

Currently, enabling web security only adds password protection to mythweb. I think it would be better to enable it for all web pages.

To do this, /etc/lighttpd/auth-inc.conf should be changed to:

auth.require = ( "/" => ( "method" => "basic", "realm" => "MythWeb", "require" => "valid-user" ) )

History

Updated by jams about 14 years ago

  • Status changed from New to Rejected

Also available in: Atom PDF