I wanted to disable 2FA, I changed my cell phone and I no longer have access to 2FA
From v1.x. you can run this command to remove the 2FA:
sudo yq e 'del(.user.totpUri)' -i ~/umbrel/umbrel.yaml
1 Like
Hi , What worked for me was this command here:
json_file=β$umbrel/db/user.jsonβ && contents=β$(jq βdel(.otpUri)β ${json_file})β && echo β${contents}β | sudo tee ${json_file}