From 213c03c6068639b67f90e8a5ceb4a70dc502c993 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 13 Feb 2014 03:52:16 -0800 Subject: more debugging dav in windows, windows never forgets your dav credentials even if you get them wrong and even if you remove them from the credential vault. This makes it very difficult to manage two or more channels with file resources. --- include/reddav.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/reddav.php b/include/reddav.php index 94ff48d21..a8d6739f0 100644 --- a/include/reddav.php +++ b/include/reddav.php @@ -773,6 +773,7 @@ class RedBasicAuth extends Sabre\DAV\Auth\Backend\AbstractBasic { protected function validateUserPass($username, $password) { + if(trim($password) === '+++') { logger('reddav: validateUserPass: guest ' . $username); return true; -- cgit v1.2.3