diff --git a/md/test-perms.md b/md/test-perms.md new file mode 100644 index 0000000..3cc357d --- /dev/null +++ b/md/test-perms.md @@ -0,0 +1,31 @@ +# Simple Permission +The following paragraph is only visible to teachers: +@@@ teacher +>Only visible to teachers. + +@@@ + +# Simple Group Permission +The following paragraph is only visible to 5BHIF: +@@@ 5bhif +>Only visible to 5BHIF. + +@@@ + +# User Permission +The following paragraph is only visible to Gerald Unterrainer +@@@ Gerald Unterrainer +>Only visible to Gerald Unterrainer + +@@@ +# Nested Permission +The following paragraph is only visible to 5BHIF: +@@@ 5bhif +>Only visible to users in 5BHIF group. + +The following paragraph is only visible to teachers in group 5BHIF: +@@@ teacher +>Only visible to users being in teachers AND 5bhif groups. + +@@@ +@@@