Browse Source

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.
Zdenek Styblik 9 years ago
parent
commit
fff5aa3020
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/sources/installation/configuration.md

+ 1 - 1
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`.
 
 <hr>