Allow Password Login
If password login has been disabled and you cannot sign in through another method, use the recovery command from the Komari executable.
Binary Deployment
Run the command in the directory that contains the Komari executable and data directory:
bash
./komari permit-password-loginOn Windows:
powershell
.\komari.exe permit-password-loginIf the database is not in the default location, specify it with -d:
bash
./komari permit-password-login -d /path/to/data/komari.dbDocker Deployment
bash
docker exec komari /app/komari permit-password-loginRestart Komari if the change is not reflected immediately:
bash
docker restart komariBack up the data directory before account recovery operations.