this post was submitted on 07 Jul 2023
1660 points (96.1% liked)

Showerthoughts

29240 readers
979 users here now

A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. The best ones are thoughts that many people can relate to and they find something funny or interesting in regular stuff.

Rules

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] kamek@lemmy.fmhy.ml 5 points 1 year ago (2 children)

I wouldn't enable 2fa yet either there are some bugs, and the code it generated for me didn't work and locked me out of my account for a good bit. I'm not sure why but the 2fa link didn't work for me so I copied the secret out of the url and put it in my authenticator but it never worked. Just fyi.

[–] enoent@lemmy.ilwwbs.com 1 points 1 year ago (1 children)

Lemmy uses a SHA256 digest for its TOTP codes.

Basically every other service (and therefore most authenticator apps) use SHA1.

So although you provide the right secret, you get a different code because it's derived from a different hashing mechanism

[–] kamek@lemmy.fmhy.ml 2 points 1 year ago

Ooooh ok cool. Sadly I'm using MS Authenticator so I can't specify the type. I really don't want to migrate to another one so hopefully this gets fixed I know there is a ticket open on github.