mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-29 16:55:32 +00:00
Rights: Fix owner-write example
This commit is contained in:
parent
e0adf2c03e
commit
9dfd727b6c
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ permission =
|
||||||
# Authenticated users can read and write their own collections.
|
# Authenticated users can read and write their own collections.
|
||||||
[owner-write]
|
[owner-write]
|
||||||
user = .+
|
user = .+
|
||||||
collection = %(login)s/.*
|
collection = %(login)s(/.*)?
|
||||||
permission = rw
|
permission = rw
|
||||||
|
|
||||||
# Everyone can read the root collection
|
# Everyone can read the root collection
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue