Skip to content

Commit

Permalink
Better owners access rule.
Browse files Browse the repository at this point in the history
fix #24
  • Loading branch information
tonioo committed Apr 4, 2018
1 parent a941ae6 commit 4799c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modoboa_radicale/management/commands/generate_rights.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def _generate_file(self, target):
comment="Access rule to domain shared calendars"
)
self._generate_acr(
"owners-access", r".+", r"%(login)s/.*",
"owners-access", r".+", r"%(login)s(/.*)?",
comment="Read/Write permission for calendar owners"
)

Expand Down

0 comments on commit 4799c44

Please sign in to comment.