Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mcarbonneaux/4de8d3c3bffb91cac514a0c807207ed9 to your computer and use it in GitHub Desktop.
Save mcarbonneaux/4de8d3c3bffb91cac514a0c807207ed9 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment