Skip to content

Instantly share code, notes, and snippets.

@antonga23
Created April 1, 2022 14:01
Show Gist options
  • Save antonga23/1ab171fb6008ade134c1601effcdd5b6 to your computer and use it in GitHub Desktop.
Save antonga23/1ab171fb6008ade134c1601effcdd5b6 to your computer and use it in GitHub Desktop.
Superset change password
docker exec -it superset_app /bin/bash
superset fab reset-password --username admin --password yourpassword
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment