BUGFIX: Don't enable site-wide protection by default

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@91609 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2009-11-15 21:41:13 +00:00
parent 2db7a1d001
commit ba69ce1d7e

View File

@ -15,7 +15,7 @@ class BasicAuth extends Object {
/** /**
* Flag set by {@link self::protect_entire_site()} * Flag set by {@link self::protect_entire_site()}
*/ */
private static $entire_site_protected = true; private static $entire_site_protected = false;
/** /**
* Require basic authentication. Will request a username and password if none is given. * Require basic authentication. Will request a username and password if none is given.