mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
change default of authentication type to "denyall" for secure-by-default
This commit is contained in:
parent
7bb4beeae2
commit
be43ce5161
5 changed files with 8 additions and 2 deletions
|
@ -77,6 +77,7 @@ class TestMultiFileSystem(BaseTest):
|
|||
"""Verify that the hooks runs when a new user is created."""
|
||||
self.configure({"storage": {"hook": "mkdir %s" % os.path.join(
|
||||
"collection-root", "created_by_hook")}})
|
||||
self.configure({"auth": {"type": "none"}})
|
||||
self.propfind("/", login="user:")
|
||||
self.propfind("/created_by_hook/")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue