Forked from morrismukiri/superset-admin-password-reset.sh
Created
July 12, 2023 19:44
-
-
Save mcarbonneaux/4de8d3c3bffb91cac514a0c807207ed9 to your computer and use it in GitHub Desktop.
Apache Superset reset admin password
This file contains 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