From 8b5c1794732687de82af048998c142f5aac9d52b Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Fri, 11 Oct 2024 19:16:01 -0400 Subject: [PATCH] account recover note --- config/core.config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/core.config.toml b/config/core.config.toml index 8225e63e9..30c063c48 100644 --- a/config/core.config.toml +++ b/config/core.config.toml @@ -74,7 +74,7 @@ repo_directory = "/repo-cache" ## ## NOTE: ## Komodo has no API to recover account logins, but if this happens you can doctor the database using Mongo Compass. -## Create a new user, login to the database with Compass, note down your old users username and _id. +## Create a new Komodo user (Sign Up button), login to the database with Compass, note down your old users username and _id. ## Then delete the old user, and update the new user to have the same username and _id. ## Make sure to set `enabled: true` and maybe `admin: true` on the new user as well, while using Compass. ##