You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I create a WebDAVFileProvider with given credentials, I can't later create a new one with different credentials until the app is restarted. If I use the same username and host as the first Provider, I can use any password I want and it will authenticate properly, implying it cached the original password. If I use a different username and host, then I cannot login with a new WebDAVFileProvider.
The text was updated successfully, but these errors were encountered:
If I create a
WebDAVFileProvider
with given credentials, I can't later create a new one with different credentials until the app is restarted. If I use the same username and host as the first Provider, I can use any password I want and it will authenticate properly, implying it cached the original password. If I use a different username and host, then I cannot login with a newWebDAVFileProvider
.The text was updated successfully, but these errors were encountered: