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
@areguig
Copy link

areguig commented Oct 11, 2023

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

@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 ๐Ÿ˜„

@oshriza
Copy link

oshriza commented Jul 1, 2024

Still working 2024-07-01

@zhouhanc
Copy link

still working 2024-07-17!

@pirate
Copy link

pirate commented Jul 17, 2024

Everyone subscribed gets emailed for each comment. Please no more "it's still working" comments, only comment if it's NOT working anymore. ๐Ÿ™

@wei-jiang-dns53
Copy link

wei-jiang-dns53 commented Jul 31, 2024

superset fab
OR
superset fab create-admin
OR
superset fab reset-password --username adminuser --password yourpassword

@EnxDev
Copy link

EnxDev commented Mar 29, 2025

flask fab reset-password --username yourUsername --password yourPassword

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