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.

This commit is contained in:
friendica 2014-02-13 03:52:16 -08:00
parent 5cedc324eb
commit 213c03c606

View File

@ -773,6 +773,7 @@ class RedBasicAuth extends Sabre\DAV\Auth\Backend\AbstractBasic {
protected function validateUserPass($username, $password) { protected function validateUserPass($username, $password) {
if(trim($password) === '+++') { if(trim($password) === '+++') {
logger('reddav: validateUserPass: guest ' . $username); logger('reddav: validateUserPass: guest ' . $username);
return true; return true;