-
Notifications
You must be signed in to change notification settings - Fork 554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2FA #1078
Comments
This is already mentioned in issue #985 but adding this as a separate issue might help in actually building this feature. |
After the recent events. I do think that this is a priority even if Umbrel doesn't as I have been told recently. |
I finished building this functionality yesterday.
20211117-2fa-demo.mp4I'm already using it on my Umbrel mainnet environment as well, my only concern is that the |
Can you share some code? What exactly is required to be added to user.json manually during the update script? |
That looks very well done! Great job, @dsbaars. Thanks for taking this on! Migration code to update user.json can be added to umbrel/scripts/update/01-run.sh Lines 239 to 244 in dae920c
|
Here is the code: Two keys need to be added to {
"totpKey": "",
"totpEnabled": false
} |
Ok, I've downloaded 4.9. I didn't turn on 2fa on either node. However, one node works (no 2fa) the other is asking for my 2fa (which obviously I don't have since I didn't set it up). |
Is 2FA something Umbrel is working on?. It certainly lacks more security as access to your node by a bad actor can drain your funds.
The text was updated successfully, but these errors were encountered: