dosubot[bot] commented on issue #37013: URL: https://github.com/apache/superset/issues/37013#issuecomment-3729415581
<!-- Answer --> This is an intentional change in Superset 6.0.0. The 'List Users' and 'List Roles' modules were moved to the frontend, and by default, their menu items are hidden from the UI—even for admin users. However, you can still access these pages directly via their URLs. To restore these modules to the UI menu, you need to enable the FAB security API by setting the following in your Superset configuration: ```python FAB_ADD_SECURITY_API = True ``` After updating your config, run: ``` superset init ``` This should make the user and role management modules visible in the UI menu again. For more details, see the [release notes and code changes](https://github.com/apache/superset/pull/36745) and the [security manager implementation](https://github.com/apache/superset/blob/master/superset/security/manager.py). <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/931d7e53-2afe-422d-9ba5-01a4d3cd5267?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/931d7e53-2afe-422d-9ba5-01a4d3cd5267?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/931d7e53-2afe-422d-9ba5-01a4d3cd5267?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/931d7e53-2afe-422d-9ba5-01a4d3cd5267?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/931d7e53-2afe-422d-9ba5-01a4d3cd5267?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/931d7e53-2afe-422d-9ba5-01a4d3cd5267?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/931d7e53-2afe-422d-9ba5-01a4d3cd5267?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github) [](https://cursor.com/link/prompt?text=This%20is%20an%20intentional%20change%20in%20Superset%206.0.0.%20The%20%27List%20Users%27%20and%20%27List%20Roles%27%20modules%20were%20moved%20to%20the%20frontend%2C%20and%20by%20default%2C%20their%20menu%20items%20are%20hidden%20from%20the%20UI%E2%80%94even%20for%20admin%20users.%20However%2C%20you%20can%20still%20access%20these%20pages%20directly%20via%20their%20URLs.%0A%0ATo%20restore%20these%20modules%20to%20the%20UI%20menu%2C%20you%20need%20to%20enable%20the%20FAB%20security%20API%20by%20setting%20the%20following%20in%20your%20Superset%20configuration%3A%0A%60%60%60python%0AFAB_ADD_SECURITY_API%20%3D%20True%0A%60%60%60%0AAfter%20updating%20your%20config%2C%20run%3A%0A%60%60%60%0Asuperset%20init%0A%60%60%60%0AThis%20should%20make%20the%20user% 20and%20role%20management%20modules%20visible%20in%20the%20UI%20menu%20again.%20For%20more%20details%2C%20see%20the%20%5Brelease%20notes%20and%20code%20changes%5D%28https%3A//github.com/apache/superset/pull/36745%29%20and%20the%20%5Bsecurity%20manager%20implementation%5D%28https%3A//github.com/apache/superset/blob/master/superset/security/manager.py%29.) [](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/issues/37013) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
