GitHub user stgztsw added a comment to the discussion: no options such as creating users and roles in the Settings menu
> For Superset 6.0.0rc1, the visibility of user and role management options in > the Settings menu is controlled by the `SUPERSET_SECURITY_VIEW_MENU` config > option. If this is set to `False` in your configuration (for example, in a > custom `superset_config.py`), those options will be hidden—even for admin > users. By default, the Docker Compose setup does not disable these features, > so this issue is usually caused by a custom config override or an admin user > not having the correct role assignment. Feature flags and environment > variables prefixed with `SUPERSET_FEATURE_` can also affect UI visibility, > but none are set by default to hide these options in the standard setup > [source](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset/config.py). > > To troubleshoot: verify that your admin user actually has the "Admin" role, > check for any custom `superset_config.py` overrides, and ensure > `SUPERSET_SECURITY_VIEW_MENU = True` is set. If you recently changed configs, > you may need to reinitialize the admin user inside the container using > commands like `superset fab list-users`, `superset fab create-admin`, > `superset db upgrade`, and `superset init` > [discussion](https://github.com/apache/superset/discussions/34044). > > _To reply, just mention [@dosu](https://go.dosu.dev/dosubot)._ > > How did I do? > [Good](https://app.dosu.dev/response-feedback/17e8be3e-443c-48a2-b4ff-8adecb1c195f?feedback_type=great_response) > | > [Irrelevant](https://app.dosu.dev/response-feedback/17e8be3e-443c-48a2-b4ff-8adecb1c195f?feedback_type=irrelevant_answer) > | > [Incorrect](https://app.dosu.dev/response-feedback/17e8be3e-443c-48a2-b4ff-8adecb1c195f?feedback_type=incorrect_sources) > | > [Verbose](https://app.dosu.dev/response-feedback/17e8be3e-443c-48a2-b4ff-8adecb1c195f?feedback_type=too_verbose) > | > [Hallucination](https://app.dosu.dev/response-feedback/17e8be3e-443c-48a2-b4ff-8adecb1c195f?feedback_type=hallucination) > | [Report > 🐛](https://app.dosu.dev/response-feedback/17e8be3e-443c-48a2-b4ff-8adecb1c195f?feedback_type=bug_report) > | > [Other](https://app.dosu.dev/response-feedback/17e8be3e-443c-48a2-b4ff-8adecb1c195f?feedback_type=other) > [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/35099) Hi dosu, the value of "SUPERSET_SECURITY_VIEW_MENU" is set to true in the config.py file, and no other override values. In the superset_app container, I executed the command "superset fab list-users" and here is the response: Loaded your LOCAL configuration at [/app/docker/pythonpath_dev/superset_config.py] List of users username:admin | email:ad...@superset.com | role:[Admin] The role of the admin user is "Admin". There is no problem with the configuration. So what could be the issue? @dosu GitHub link: https://github.com/apache/superset/discussions/35099#discussioncomment-14369143 ---- This is an automatically sent email for notifications@superset.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@superset.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org