Merge pull request #6268 from reiterl/limit_of_users
Add field limit_of_users to organization.
This commit is contained in:
commit
4430f0560a
2
.github/workflows/md5_check_initial-data.yml
vendored
2
.github/workflows/md5_check_initial-data.yml
vendored
@ -21,4 +21,4 @@ jobs:
|
||||
run: md5sum docker/initial-data.json
|
||||
|
||||
- name: Validate and protect initial-data.json
|
||||
run: echo "a2e47f6afef1e7ea9ff4debc84305a6c docker/initial-data.json" | md5sum -c -
|
||||
run: echo "c25fd1ee8ef1f152749f5a7608e94996 docker/initial-data.json" | md5sum -c -
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_migration_index": 7,
|
||||
"_migration_index": 8,
|
||||
"organization": {
|
||||
"1": {
|
||||
"id": 1,
|
||||
@ -11,6 +11,7 @@
|
||||
"reset_password_verbose_errors": false,
|
||||
"enable_electronic_voting": false,
|
||||
"limit_of_meetings": 0,
|
||||
"limit_of_users": 0,
|
||||
"committee_ids": [
|
||||
1
|
||||
],
|
||||
|
@ -17,6 +17,7 @@
|
||||
1
|
||||
],
|
||||
"limit_of_meetings": 20,
|
||||
"limit_of_users": 40,
|
||||
"resource_ids": [
|
||||
1
|
||||
],
|
||||
|
@ -100,6 +100,12 @@ organization:
|
||||
restriction_mode: B
|
||||
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
|
||||
default: 0
|
||||
minimum: 0
|
||||
|
||||
committee_ids:
|
||||
type: relation-list
|
||||
|
Loading…
Reference in New Issue
Block a user