Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ildarmf/6cc4aaafef58dadb720ad3d1d17b67f5 to your computer and use it in GitHub Desktop.
Save ildarmf/6cc4aaafef58dadb720ad3d1d17b67f5 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