mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-27 05:32:08 +00:00
blackened
This commit is contained in:
@@ -359,13 +359,13 @@ BASE_CONTENT = env("BOOST_CONTENT_DIRECTORY", "/website")
|
||||
|
||||
# Machina settings
|
||||
MACHINA_DEFAULT_AUTHENTICATED_USER_FORUM_PERMISSIONS = [
|
||||
'can_see_forum',
|
||||
'can_read_forum',
|
||||
'can_start_new_topics',
|
||||
'can_reply_to_topics',
|
||||
'can_edit_own_posts',
|
||||
'can_post_without_approval',
|
||||
'can_create_polls',
|
||||
'can_vote_in_polls',
|
||||
'can_download_file',
|
||||
"can_see_forum",
|
||||
"can_read_forum",
|
||||
"can_start_new_topics",
|
||||
"can_reply_to_topics",
|
||||
"can_edit_own_posts",
|
||||
"can_post_without_approval",
|
||||
"can_create_polls",
|
||||
"can_vote_in_polls",
|
||||
"can_download_file",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user