SSH to your enhance control panel server and execute the following to disable 2fa on a user.
ssh docker exec -it orchd-postgres psql -U enhance UPDATE logins SET auth_method = 'basic' WHERE email = '[email protected]';
SSH to your enhance control panel server and execute the following to disable 2fa on a user.
ssh docker exec -it orchd-postgres psql -U enhance UPDATE logins SET auth_method = 'basic' WHERE email = '[email protected]';