Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Oct 5, 2023
1 parent 4170223 commit ebaeaee
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1707,6 +1707,16 @@ by your IDP, set `scoold.security.oauth.spaces_attribute_name`, which by default
attribute should contain comma-separated list of spaces. If the spaces pushed from the IDP do not exist, Scoold will
create them for you.

There are two ways to assign moderators to spaces - a user can be promoted to moderator and be allowed to access all spaces,
or, every space can have an individually assigned moderator. The option that controls this operation is:
```
# when false, mods are manually assigned per each space
scoold.mods_access_all_spaces = true
```
When the above is set to `false`, administrators can go to the profile page of a user and make them a moderator in the
spaces they choose. For all other spaces, the user in question will be a regular user.
Only administrators can promote users to moderators, no matter how the option above is configured.

## Webhooks

Webhooks are enabled by default in Scoold. To disable this functionality set `scoold.webhooks_enabled = false`. If you
Expand Down

0 comments on commit ebaeaee

Please sign in to comment.