abhioncbr / docker-superset

Repository for Docker Image of Apache-Superset. [Docker Image: https://hub.docker.com/r/abhioncbr/docker-superset]
https://abhioncbr.github.io/docker-superset
Other
103 stars 55 forks source link

Options to edit Username, Email address and add Email Reporting #23

Closed chharish closed 5 years ago

chharish commented 5 years ago

Thanks for the docker. Saved so much time and works without any issues! Especially there are several issues with the original superset container like entering restarting loop with exit code 243, missing CSS styling. This worked like a charm without editing any files.

However, now I'm out of sync with the original superset documentation. Is there a way to edit username, email address of the user before/after the docker is deployed?

Also say for example, if I need features like email reporting, how to get it to work?

abhioncbr commented 5 years ago

Thanks, @chharish for appreciation. I have built the image with the same intent of easy usability. Regarding, the email and username it's all the same as per the documentation. Default user to login is admin and password is the same, i.e. admin. You can add multiple users after logging.

Also, I don't think Superset currently is supporting email reporting feature. If it's there, please share the documentation, I will look into it.

chharish commented 5 years ago

My bad. I reviewed the dashboard for list users. From under list users > I was able to edit email and username as well http:///users/edit/1. Just not sure why it is not editable from under profile http:///userinfoeditview/form

Thanks for clarifying on email reporting.