Skip to content

Instantly share code, notes, and snippets.

@morrismukiri
Created January 17, 2019 17:11
Show Gist options
  • Save morrismukiri/0a7017c6a40b986ef383eb7b18e60f05 to your computer and use it in GitHub Desktop.
Save morrismukiri/0a7017c6a40b986ef383eb7b18e60f05 to your computer and use it in GitHub Desktop.
Apache Superset reset admin password
# activate the virtualenv
source /home/superset/.virtualenvs/superset/bin/activate
fabmanager reset-password --app superset --username admin --password enteryournewpassword
@daoudbahaz
Copy link

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!

@indrarasyid07
Copy link

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

@idoavrah
Copy link

Still working 2024-06-20 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment