Created
January 17, 2019 17:11
-
-
Save morrismukiri/0a7017c6a40b986ef383eb7b18e60f05 to your computer and use it in GitHub Desktop.
Apache Superset reset admin password
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# activate the virtualenv | |
source /home/superset/.virtualenvs/superset/bin/activate | |
fabmanager reset-password --app superset --username admin --password enteryournewpassword |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
flask fab reset-password --username yourUsername --password yourPassword