# 2FA using Authy does not work after working

**URL:** https://community.umbrel.com/t/2fa-using-authy-does-not-work-after-working/16068
**Category:** General Discussion
**Created:** [April 3, 2024, 10:56pm UTC](https://community.umbrel.com/t/2fa-using-authy-does-not-work-after-working/16068 "2024-04-03T22:56:16Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![thetaboy333](https://avatars.discourse-cdn.com/v4/letter/t/ed8c4c/32.png) [@thetaboy333](https://community.umbrel.com/u/thetaboy333)
#### Post date: [April 3, 2024, 10:56pm UTC](https://community.umbrel.com/t/2fa-using-authy-does-not-work-after-working/16068/1 "2024-04-03T22:56:16Z")

</div>

After all being fine, I tried to log on my iphone and entering the 2FAcode using Authy did not work on the iphone, then on my PC I disable the 2FA on my main system and turn it on again, now after imputing new codes many times I cannot reestablish the 2FA using safari

pls advise

---

<div class="post-metadata">

### Author: ![fargonaz](https://avatars.discourse-cdn.com/v4/letter/f/74df32/32.png) [@fargonaz](https://community.umbrel.com/u/fargonaz)
#### Post date: [April 3, 2024, 11:25pm UTC](https://community.umbrel.com/t/2fa-using-authy-does-not-work-after-working/16068/2 "2024-04-03T23:25:07Z")

</div>

Make sure that your authy time and the umbrel time match.

---

<div class="post-metadata">

### Author: ![thetaboy333](https://avatars.discourse-cdn.com/v4/letter/t/ed8c4c/32.png) [@thetaboy333](https://community.umbrel.com/u/thetaboy333)
#### Post date: [April 4, 2024, 12:01am UTC](https://community.umbrel.com/t/2fa-using-authy-does-not-work-after-working/16068/3 "2024-04-04T00:01:03Z")

</div>

Hi, not sure what aor how to do that, it was working fine until I turned off and on again

---

<div class="post-metadata">

### Author: ![smolgrrr](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.umbrel.com/smolgrrr/32/2825_2.png) [@smolgrrr](https://community.umbrel.com/u/smolgrrr)
#### Post date: [April 4, 2024, 1:33am UTC](https://community.umbrel.com/t/2fa-using-authy-does-not-work-after-working/16068/4 "2024-04-04T01:33:35Z")

</div>

You can remove 2FA with the following steps:

1. Open a terminal window on your computer. On macOS, you can open the Terminal app that’s installed by default on every Mac. On Windows, you can open Command Prompt or the PowerShell app.
2. Type in the following command `ssh -t umbrel@umbrel.local` and press the Enter key (use your Umbrel instance’s password)
3. Run `sudo yq eval 'del(.user.totpUri)' -i ~/umbrel/umbrel.yaml`

---

<div class="post-metadata">

### Author: ![EXCEL](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.umbrel.com/excel/32/5124_2.png) [@EXCEL](https://community.umbrel.com/u/EXCEL)
#### Post date: [December 23, 2024, 11:05am UTC](https://community.umbrel.com/t/2fa-using-authy-does-not-work-after-working/16068/5 "2024-12-23T11:05:45Z")

</div>

Thanks. I use this command to disable the 2FA successfully.
