Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Permissions of the Community Admin:

Permission Questions

Note

We structure the permissions definitions in terms of questions to be answered. The permissions below are what we are actually implementing in the code right now.

Who can see a wall post?

  • the author
  • if the wall is connected to a group, then:
    • all the people in the group
    • if "content is available to parent groups" is enabled in the group settings ,then:
      • all the people in all the parent group(s)
  • if the wall is my personal wall, then:
    • if the user profile visiblity is set to:
      • "public", then:
        • everyone
      • "registered users", then:
        • any user who is a registered user
      • "communities", then
        • any member of any community the user is also a member of
      • "connected users", then:
        • users who are connected to the user
      • "private", then:
        • noone
  • if the wall is for a team, and the team is for a group, and that group has another team with "<some kind of special super admin>" permission, then:
    • TBC