GitHub user dosubot[bot] added a comment to the discussion: Multi-Tenant User 
management

<!-- Answer -->
Superset doesn't have a built-in user profile avatar feature or a UI for 
user-level language or time zone preferences. The only avatar support is via 
Slack integration—if you set `SLACK_ENABLE_AVATARS = True` and configure Slack, 
Superset can fetch avatars from Slack, but there's no UI for users to upload or 
manage their own avatars, and this is not a general-purpose profile feature 
([source](https://github.com/apache/superset/issues/32606)).

Language and time zone settings are global, not per-user. You can enable a 
language selection dropdown by setting the `LANGUAGES` variable in 
`superset_config.py`, but this only affects the session and isn't stored as a 
user preference 
([source](https://github.com/apache/superset/discussions/33594)). There's no 
built-in way for users to set their own time zone—time zone handling is global 
or dataset-specific.

If you need true user-level preferences (avatar, language, time zone), it would 
require custom backend and frontend development, possibly extending the 
`UserAttribute` model and building new UI components 
([source](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset/models/user_attributes.py)).
 There are no official plugins or settings for this today.


<!-- 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/d42df4ef-ef3e-4f55-a8ae-d4198a5ae614?feedback_type=great_response)
 | 
[Irrelevant](https://app.dosu.dev/response-feedback/d42df4ef-ef3e-4f55-a8ae-d4198a5ae614?feedback_type=irrelevant_answer)
 | 
[Incorrect](https://app.dosu.dev/response-feedback/d42df4ef-ef3e-4f55-a8ae-d4198a5ae614?feedback_type=incorrect_sources)
 | 
[Verbose](https://app.dosu.dev/response-feedback/d42df4ef-ef3e-4f55-a8ae-d4198a5ae614?feedback_type=too_verbose)
 | 
[Hallucination](https://app.dosu.dev/response-feedback/d42df4ef-ef3e-4f55-a8ae-d4198a5ae614?feedback_type=hallucination)
 | [Report 
🐛](https://app.dosu.dev/response-feedback/d42df4ef-ef3e-4f55-a8ae-d4198a5ae614?feedback_type=bug_report)
 | 
[Other](https://app.dosu.dev/response-feedback/d42df4ef-ef3e-4f55-a8ae-d4198a5ae614?feedback_type=other)</sup>&nbsp;&nbsp;[![Join
 
Discord](https://img.shields.io/badge/join-5865F2?logo=discord&logoColor=white&label=)](https://go.dosu.dev/discord-bot)&nbsp;[![Sh
 are on 
X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/33877)

GitHub link: 
https://github.com/apache/superset/discussions/33877#discussioncomment-13718315

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: 
[email protected]


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

Reply via email to