-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[stable-3.0] Disabled user can still access their files #7087
Comments
I've created this issue because some tests are failing in the stable branch because of this and the test pass in the master. cc @micbar |
Backporting this would be the fix I think: #6516 Note: This issue only affects basic auth, which is disabled by default. |
If this only affects the |
since we already release |
Describe the bug
Disabled user can still access their files.
Steps to reproduce
Steps to reproduce the behavior:
Alice
Alice
upload a file with some contentcurl -u Alice:123456 -X PUT https://localhost:9200/remote.php/webdav/textfile0.txt -d "hello world" -vk
Alice
Alice
Expected behavior
The request should fail with
401
. (this is the behaviour in master)Actual behavior
the request is successful with
200
. The disabled user can create files as well.Setup
Branch = stable-3.0
commit id = 7c20b18
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: