diff options
author | friendica <info@friendica.com> | 2014-02-13 03:52:16 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-13 03:52:16 -0800 |
commit | 213c03c6068639b67f90e8a5ceb4a70dc502c993 (patch) | |
tree | 1d04d895bf1dc359553099058896f31b2a2c0ad5 | |
parent | 5cedc324eb290e32f547e23799ec3e09fc30c496 (diff) | |
download | volse-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.
-rw-r--r-- | include/reddav.php | 1 |
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; |