1857
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 07 Jul 2023
1857 points (100.0% liked)
Showerthoughts
29643 readers
814 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
- All posts must be showerthoughts
- The entire showerthought must be in the title
- Avoid politics (NEW RULE as of 5 Nov 2024, trying it out)
- Posts must be original/unique
- Adhere to Lemmy's Code of Conduct
founded 1 year ago
MODERATORS
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.
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
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.