mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
Fix default rights configuration
This commit is contained in:
parent
8e2e75b450
commit
e61a6e1fcd
1 changed files with 2 additions and 2 deletions
4
rights
4
rights
|
@ -27,12 +27,12 @@ permission: r
|
|||
|
||||
# Allow authenticated user to read all collections
|
||||
[allow-everyone-read]
|
||||
user: .*
|
||||
user: .+
|
||||
collection: .*
|
||||
permission: r
|
||||
|
||||
# Give write access to owners
|
||||
[owner-write]
|
||||
user: .*
|
||||
user: .+
|
||||
collection: ^%(login)s/.+$
|
||||
permission: w
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue