From f98e07e012adafb628952d779fa56514719e42c7 Mon Sep 17 00:00:00 2001 From: James Blackburn Date: Fri, 23 Dec 2016 08:41:28 +0000 Subject: [PATCH] Fix auto_assign_org_role = Read Only Editor docs (#7057) `auto_assign_org_role` should be `Read Only Editor` rather than `Read-Only Editor` --- docs/sources/installation/configuration.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/sources/installation/configuration.md b/docs/sources/installation/configuration.md index 6a72d7fb8d7..157915e8950 100644 --- a/docs/sources/installation/configuration.md +++ b/docs/sources/installation/configuration.md @@ -248,7 +248,10 @@ organization to be created for that new user. The role new users will be assigned for the main organization (if the above setting is set to true). Defaults to `Viewer`, other valid -options are `Admin` and `Editor` and `Read-Only Editor`. +options are `Admin` and `Editor` and `Read Only Editor`. e.g. : + +`auto_assign_org_role = Read Only Editor` +