Add two missing bot settings to default.json (#10867)
* Add two missing bot settings to default.json `DisableBotsWhenOwnerIsDeactivated` was added to model/config.go by06b579d18a (diff-2279f86634da3f787f279961af76713a)`EnableBotAccountCreation` was added to model/config.go by30061df036 (diff-2279f86634da3f787f279961af76713a)* Update default.json * Update diagnostics_test.go * Revert accidental commit
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
6d1ac00330
Коммит
fc672e988c
@@ -77,7 +77,9 @@
|
|||||||
"DisableLegacyMFA": true,
|
"DisableLegacyMFA": true,
|
||||||
"EnableEmailInvitations": false,
|
"EnableEmailInvitations": false,
|
||||||
"ExperimentalLdapGroupSync": false,
|
"ExperimentalLdapGroupSync": false,
|
||||||
"ExperimentalStrictCSRFEnforcement": false
|
"ExperimentalStrictCSRFEnforcement": false,
|
||||||
|
"CreateBotAccounts": false,
|
||||||
|
"DisableBotsWhenOwnerIsDeactivated": true
|
||||||
},
|
},
|
||||||
"TeamSettings": {
|
"TeamSettings": {
|
||||||
"SiteName": "Mattermost",
|
"SiteName": "Mattermost",
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user