-
-
Save morrismukiri/0a7017c6a40b986ef383eb7b18e60f05 to your computer and use it in GitHub Desktop.
# activate the virtualenv | |
source /home/superset/.virtualenvs/superset/bin/activate | |
fabmanager reset-password --app superset --username admin --password enteryournewpassword |
The command to run in the container is now superset fab reset-password
(as of 2020-06-18 at least).
fabmanager is going to deprecated, you flask fab cmd
export FLASK_APP=superset
flask fab reset-password --username adminuser --password yourpassword
or
superset fab reset-password --username adminuser --password yourpassword
fabmanager is going to deprecated, you flask fab cmd
export FLASK_APP=superset
flask fab reset-password --username adminuser --password yourpasswordor
superset fab reset-password --username adminuser --password yourpassword
Still working (2021-05-03)
Still works, but when using docker-compose please do the following
#modify admin password in superset
docker exec -it superset_app /bin/bash
superset fab reset-password --username admin --password yourpassword
Still works, but when using docker-compose please do the following
#modify admin password in superset
docker exec -it superset_app /bin/bash superset fab reset-password --username admin --password yourpassword
Thank you so much. This worked for me _/_
Still working 2022/11
Still working 2022/12
Still working on 2023-03-29
still working on 2023-07-19
I had an error about requiring holidays package. Running Superset on Apache.
Installed it using: pip install "holidays < 0.24" prophet
Then it worked great.
Still working on 2023-09-18
Still works on 2023-10-10. Thanks to above all!
superset fab reset-password
thanks.
Still works, but when using docker-compose please do the following
#modify admin password in superset
docker exec -it superset_app /bin/bash superset fab reset-password --username admin --password yourpassword
Still working on 2023-10-11
Still works, but when using docker-compose please do the following
#modify admin password in superset
docker exec -it superset_app /bin/bash superset fab reset-password --username admin --password yourpassword
Still working on 2023-12-25, thank you very much!
Still works, but when using docker-compose please do the following
#modify admin password in superset
docker exec -it superset_app /bin/bash superset fab reset-password --username admin --password yourpassword
Still working on 2024-04-23, thank you bro
Still working 2024-06-20 ๐
Still working 2024-07-01
still working 2024-07-17!
Everyone subscribed gets emailed for each comment. Please no more "it's still working" comments, only comment if it's NOT working anymore. ๐
superset fab
OR
superset fab create-admin
OR
superset fab reset-password --username adminuser --password yourpassword
flask fab reset-password --username yourUsername --password yourPassword
Thanks!!
In my case it worked wen i logger into the container and used the comand: superset reset-password.