-
|
I lost my login password for my initial super admin account. Is there a way to reset my password for that account? I'm running this on MongoDB, so if anyone has instructions on how to edit the DB directly I'm happy to try that too. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Do you have access to the Komodo CLI? You can access the Komodo CLI in your docker container with this command: |
Beta Was this translation helpful? Give feedback.
Do you have access to the Komodo CLI?
In case you run it inside a Docker container, can you access the container?
You can access the Komodo CLI in your docker container with this command:
docker exec -it komodo-core shAfter executing this, you should be in your dockers console, where you can execute the reset command.
km set user USER password "temp-password"