Hi we have tried to update the below properties on the grafana ini file but it is not reflected in th UI. We are trying to bring administration tab and login user .Could you please help on this by login to the URL.
We are using grafan aversion 11.0
in azure cloud env.
[users]
# disable user signup / registration
allow_sign_up = false
# Allow non admin users to create organizations
#allow_org_create = false
allow_org_create = true
# Set to true to automatically assign new users to the default organization (id 1)
auto_assign_org = true
# Set this value to automatically add new users to the provided organization (if auto_assign_org above is set to true)
auto_assign_org_id = 1
# Default role new users will be automatically assigned
auto_assign_org_role = Viewer
# Require email validation before sign up completes
verify_email_enabled = false
# Redirect to default OrgId after login
login_default_org_id =
# Background text for the user field on the login page
login_hint = email or username
password_hint = password
# Default UI theme ("dark" or "light" or "system")
default_theme = dark
# Default UI language (supported IETF language tag, such as en-US)
default_language = en-US