mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
Changed default org name form 'main' to 'Main Org.'
This commit is contained in:
parent
f417d9aa19
commit
17063df3cc
@ -78,7 +78,7 @@ auto_assign_org_role = Viewer
|
||||
; enable anonymous access
|
||||
enabled = false
|
||||
; specify organization name that should be used for unauthenticated users
|
||||
org_name = main
|
||||
org_name = Main Org.
|
||||
; specify role for unauthenticated users
|
||||
org_role = Viewer
|
||||
|
||||
|
@ -42,7 +42,7 @@ func getOrgIdForNewUser(userEmail string, sess *session) (int64, error) {
|
||||
if has {
|
||||
return org.Id, nil
|
||||
} else {
|
||||
org.Name = "Main org."
|
||||
org.Name = "Main Org."
|
||||
org.Id = 1
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user