From 9dfd727b6c1fd9978ca78bdd48ef1470433fef8b Mon Sep 17 00:00:00 2001 From: Unrud Date: Thu, 17 Aug 2017 06:45:40 +0200 Subject: [PATCH] Rights: Fix owner-write example --- rights.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rights.md b/rights.md index aed141eb..e983ae31 100644 --- a/rights.md +++ b/rights.md @@ -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