1
0
Fork 0
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:
Unrud 2017-08-17 06:45:40 +02:00
parent e0adf2c03e
commit 9dfd727b6c

View file

@ -31,7 +31,7 @@ permission =
# Authenticated users can read and write their own collections.
[owner-write]
user = .+
collection = %(login)s/.*
collection = %(login)s(/.*)?
permission = rw
# Everyone can read the root collection