diff --git a/rights b/rights index 4473853..0e25a52 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