From fff5aa30208a6982e0d5b74ccc2dc3aa71d2c889 Mon Sep 17 00:00:00 2001 From: Zdenek Styblik Date: Mon, 23 May 2016 21:24:23 +0200 Subject: [PATCH] Add missing option `Read-Only Editor` to auto_assign_org_role description (#5139) Commit adds missing option `Read-Only Editor` to `auto_assign_org_role` description. --- docs/sources/installation/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/installation/configuration.md b/docs/sources/installation/configuration.md index e7d1d68523a..bbfe381d1f0 100644 --- a/docs/sources/installation/configuration.md +++ b/docs/sources/installation/configuration.md @@ -226,7 +226,7 @@ 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`. +options are `Admin` and `Editor` and `Read-Only Editor`.