Skip to content

Commit

Permalink
Merge pull request #188 from OpenSlides/update-restrictions
Browse files Browse the repository at this point in the history
Update restriction modes in models.yml
  • Loading branch information
ostcar authored Oct 25, 2024
2 parents f010fd2 + 523679a commit 21bc4fd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,17 +126,17 @@ organization:
restriction_mode: B
enable_chat:
type: boolean
restriction_mode: B
restriction_mode: A
limit_of_meetings:
type: number
description: Maximum of active meetings for the whole organization. 0 means no limitation at all
restriction_mode: B
restriction_mode: C
default: 0
minimum: 0
limit_of_users:
type: number
description: Maximum of active users for the whole organization. 0 means no limitation at all
restriction_mode: B
restriction_mode: C
default: 0
minimum: 0
default_language:
Expand All @@ -161,16 +161,16 @@ organization:
restriction_mode: A
saml_attr_mapping:
type: JSON
restriction_mode: A
restriction_mode: D
saml_metadata_idp:
type: text
restriction_mode: A
restriction_mode: D
saml_metadata_sp:
type: text
restriction_mode: A
restriction_mode: D
saml_private_key:
type: text
restriction_mode: A
restriction_mode: D

vote_decrypt_public_main_key:
type: string
Expand Down Expand Up @@ -818,13 +818,13 @@ meeting:
# Configuration (only for the server owner)
jitsi_domain:
type: string
restriction_mode: B
restriction_mode: E
jitsi_room_name:
type: string
restriction_mode: B
restriction_mode: E
jitsi_room_password:
type: string
restriction_mode: B
restriction_mode: E

# System
template_for_organization_id:
Expand Down

0 comments on commit 21bc4fd

Please sign in to comment.