mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
change default rights/permit_delete_collection from True to False (failsafe)
This commit is contained in:
parent
40c8b3d038
commit
0f87897eb7
3 changed files with 3 additions and 2 deletions
|
@ -242,7 +242,7 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
|
|||
"type": str_or_callable,
|
||||
"internal": rights.INTERNAL_TYPES}),
|
||||
("permit_delete_collection", {
|
||||
"value": "True",
|
||||
"value": "False",
|
||||
"help": "permit delete of a collection",
|
||||
"type": bool}),
|
||||
("file", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue