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:
parent
5cedc324eb
commit
213c03c606
@ -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;
|
||||||
|
Reference in New Issue
Block a user