- Go to your profile settings
- Tick
enable 2FA - Click
Save - Copy link of the
2FA installation linkbutton - Extract the secret from the link
- It is a random set of characters following the
secret=bit - In the Linux world, this dirty pipe will extract it:
- It is a random set of characters following the
echo "pastedlink" | cut -d'=' -f2 | cut -d '&' -f1
- Set TOTP to custom
- Set algorithm to
SHA256 - Try logging in in a
Private Window/Session/etcof your browser.
1 Comments
HeyJude@lemmy.world · 2 pts · 3y
Thanks...switching to SHA256 was the extra info I needed :)