diff --git a/security/BasicAuth.php b/security/BasicAuth.php index 6ae3ed53e..00a190a58 100755 --- a/security/BasicAuth.php +++ b/security/BasicAuth.php @@ -15,7 +15,7 @@ class BasicAuth extends Object { /** * 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.