mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 03:12:13 +08:00
Merge branch 'v4.4.x'
This commit is contained in:
@ -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
|
||||||
|
@ -246,13 +246,13 @@ Define a white list of allowed ips/domains to use in data sources. Format: `ip_o
|
|||||||
### allow_sign_up
|
### allow_sign_up
|
||||||
|
|
||||||
Set to `false` to prohibit users from being able to sign up / create
|
Set to `false` to prohibit users from being able to sign up / create
|
||||||
user accounts. Defaults to `true`. The admin user can still create
|
user accounts. Defaults to `false`. The admin user can still create
|
||||||
users from the [Grafana Admin Pages](../../reference/admin)
|
users from the [Grafana Admin Pages](../../reference/admin)
|
||||||
|
|
||||||
### allow_org_create
|
### allow_org_create
|
||||||
|
|
||||||
Set to `false` to prohibit users from creating new organizations.
|
Set to `false` to prohibit users from creating new organizations.
|
||||||
Defaults to `true`.
|
Defaults to `false`.
|
||||||
|
|
||||||
### auto_assign_org
|
### auto_assign_org
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user