remove surplus whitespace
This commit is contained in:
parent
2a0cf92a00
commit
e9c5e30e8d
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ allow_sign_up = {{ server.allow_sign_up|lower }}
|
||||||
allow_org_create = {{ server.allow_org_create|lower }}
|
allow_org_create = {{ server.allow_org_create|lower }}
|
||||||
|
|
||||||
# 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 = {{ server.auto_assign_org|lower }}
|
auto_assign_org = {{ server.auto_assign_org|lower }}
|
||||||
|
|
||||||
# Default role new users will be automatically assigned (if disabled above is set to true)
|
# Default role new users will be automatically assigned (if disabled above is set to true)
|
||||||
;auto_assign_org_role = Viewer
|
;auto_assign_org_role = Viewer
|
||||||
|
|
Loading…
Reference in a new issue