aboutsummaryrefslogtreecommitdiffstats
path: root/include/reddav.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-13 03:52:16 -0800
committerfriendica <info@friendica.com>2014-02-13 03:52:16 -0800
commit213c03c6068639b67f90e8a5ceb4a70dc502c993 (patch)
tree1d04d895bf1dc359553099058896f31b2a2c0ad5 /include/reddav.php
parent5cedc324eb290e32f547e23799ec3e09fc30c496 (diff)
downloadvolse-hubzilla-213c03c6068639b67f90e8a5ceb4a70dc502c993.tar.gz
volse-hubzilla-213c03c6068639b67f90e8a5ceb4a70dc502c993.tar.bz2
volse-hubzilla-213c03c6068639b67f90e8a5ceb4a70dc502c993.zip
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.
Diffstat (limited to 'include/reddav.php')
-rw-r--r--include/reddav.php1
1 files changed, 1 insertions, 0 deletions
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;