mirror of
https://github.com/grafana/grafana.git
synced 2025-01-09 07:33:42 -06:00
settings(change): changed default value for allow sign up to false, closes #8743, and changed default option allow_org_create to false
This commit is contained in:
parent
723f5bc9e8
commit
f5ed5c6529
@ -184,10 +184,10 @@ snapshot_TTL_days = 90
|
|||||||
#################################### Users ####################################
|
#################################### Users ####################################
|
||||||
[users]
|
[users]
|
||||||
# disable user signup / registration
|
# disable user signup / registration
|
||||||
allow_sign_up = true
|
allow_sign_up = false
|
||||||
|
|
||||||
# Allow non admin users to create organizations
|
# Allow non admin users to create organizations
|
||||||
allow_org_create = true
|
allow_org_create = false
|
||||||
|
|
||||||
# Set to true to automatically assign new users to the default organization (id 1)
|
# Set to true to automatically assign new users to the default organization (id 1)
|
||||||
auto_assign_org = true
|
auto_assign_org = true
|
||||||
|
Loading…
Reference in New Issue
Block a user