From e61a6e1fcdb3ead88c8ca25c50c831f8b924e29b Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Thu, 19 Sep 2013 16:28:54 +0200 Subject: [PATCH] Fix default rights configuration --- rights | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rights b/rights index 4473853c..0e25a52e 100644 --- a/rights +++ b/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