Skip to content

Commit

Permalink
add variable to disable user/team creation (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsagtani97 authored Aug 19, 2024
1 parent eec10f7 commit bdb2fa3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions values/webapp/prod-values.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ envVars:
APP_NAME: "Webapp"
ENFORCE_HTTPS: "true"
FEATURE_CHECK_CONSENT: "false"
# Note: disabling showing the user creation is not the same thing as user creation being disabled.
# To disable user/team creation completely from backend, update the brig configuration in wire-server
FEATURE_ENABLE_ACCOUNT_REGISTRATION: "true"
FEATURE_ENABLE_DEBUG: "false"
FEATURE_ENABLE_PHONE_LOGIN: "false"
Expand Down
3 changes: 3 additions & 0 deletions values/wire-server/prod-values.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ brig:
# Sync the domain with the 'host' variable in the sftd chart
# Comment the next line (by adding '#' before it) if conference calling is not used
setSftStaticUrl: "https://sftd.example.com:443"
# If set to true, creating new personal users or new teams on your instance from
# outside your backend installation is disabled
setRestrictUserCreation: false
# Uncomment and replace values below for adding federated backends
# setFederationStrategy: allowDynamic
# setFederationDomainConfigs:
Expand Down

0 comments on commit bdb2fa3

Please sign in to comment.