robdiciuccio commented on a change in pull request #11978:
URL: 
https://github.com/apache/incubator-superset/pull/11978#discussion_r541366759



##########
File path: docs/src/pages/docs/security-page.mdx
##########
@@ -49,7 +49,7 @@ to all databases by default, both **Alpha** and **Gamma** 
users need to be given
 
 Using this role, you can allow logged-out users to access some Superset 
features.
 
-By setting `PUBLIC_ROLE_LIKE_GAMMA = True` in your `superset_config.py` file, 
you grant
+By setting `PUBLIC_ROLE_LIKE = True` in your `superset_config.py` file, you 
grant

Review comment:
       `PUBLIC_ROLE_LIKE` is used with another existing role, like:
   ```
   PUBLIC_ROLE_LIKE = "Gamma"
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to