Given the recent attack, I think this is a good opportunity to remind of the importance of using 2FA.

(although it doesn’t appear to make any difference in this case as session cookies were being exploited so login credentials were not needed)

But for me at least, this event has made me go back and take another shot at setting up 2FA.

I am happy to report I finally got it working on all my Lemmy accounts/instances, so I thought I’d share some tips:

  • I still haven’t figured out how to set up via desktop, use a mobile browser.
  • Follow these steps:
    • Check the enable 2fa box on your account settings and click Save
    • A message will show about a button appearing when the page refreshes
    • The button usually doesn’t appear for me at first.
    • You can simply manually refresh the page at this point to make the button appear
    • The button should now be visible. Click the button.
    • This opens a otpauth:// link which on a mobile device should be handled by a 2FA app if you have one installed.
  • Authy does not work: It will generate a code happily but that code will not work when you try to login to your Lemmy account.
  • Google Authenticator worked for me. It appears the type of TOTP code Lemmy is using is not compatible with some authenticator apps.
  • I think if you can find a desktop app that registers as a provider for the otpauth:// links it may be possible to do on desktop as well.
  • You can also pull the secret= value from the link to manually add it to an authenticator on/from desktop.

After several failed attempts previously, I finally figured out Authy was the problem and I have now secured all my Lemmy accounts with 2FA. Annoying that I have to use GA, but that appears to be an Authy issue not a Lemmy one.

2FA might not have made any difference today but it very well might in the future.

Stay safe everyone! 🔐

  • clothes@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    ·
    1 year ago

    It may not be wise to enable 2FA until Lemmy fixes the implementation. It’s currently very easy to get permanently locked out of your account, through no fault of your own. Especially if you don’t have an email address linked to your account.

    • qwet@kbin.social
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      This happened to me. I was going to try it and when I saw that the option wasn’t what I expected, I intended to close it, but I guess either I didn’t or it’s buggy because it’s enabled now and there’s no encryption key, so no way to login. Then the server logged everyoner out cause of the hack. This was on lemmy.world, btw, I have an account on kbin too.

      I sent an email, but no word yet obviously. I’m sure they’re busy.

  • JaffaBoy@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 year ago

    Got to say the fact there are no backup codes and you can reset your password and disable 2FA without confirming it’s you by using your 2FA makes this protection pretty poor

  • mawp@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    2FA feels very half-baked atm.

    Tried to set it up and got locked out, but apparently you can get around 2FA by simply requesting a password reset…

    That seems like a massive security flaw, and essentially makes 2FA non-existent atm.

  • aussiematt@lemm.ee
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    The TOTP feature in Bitwarden works, if you paste in the whole otpauth:// URI to Bitwarden’s Authenticator Key (TOTP) field. The URL specifies that the hashing algorithm should be SHA256. If you just import the secret= value into Authy, it probably defaults to using the SHA-1 algorithm, which may be why the codes generated by Authy don’t work.

    SHA256 is more secure than SHA-1, which I guess is why Lemmy has chosen to use it for its 2FA feature.

  • SirPorthos@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    I cant wait for email based 2 factor authentication to be implemented. Or then Authy can finally work.

  • Brendan@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    Is there a way to get backup codes? I enabled 2FA, but I don’t see anywhere to generate them.

    • hatchback8051@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      1 year ago

      I couldn’t find backup codes but I was able to perform a password reset which logged me in and let me disable or reconfigure 2fa.

      • Brendan@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        Seems strange that you could remove 2FA without being forced to authenticate via 2FA first.