account recover note

This commit is contained in:
mbecker20
2024-10-11 19:16:01 -04:00
parent 8582bc92da
commit 8b5c179473

View File

@@ -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.
##