this post was submitted on 11 Jul 2023
-3 points (40.0% liked)

Asklemmy

49931 readers
482 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 6 years ago
MODERATORS
 

Sorry if this isn't the correct place to report this I will delete and move it to correct place if provided.

As title mentions I can't get into my main account after enabling 2 factor authentication.

I am using Google Authenticator 6.0 the code appears there as expected. However when I provide it to either the browser login screen or Jebora then select the log in button nothing happens.

It doe not indicate it is the wrong code, nor does it give any error messages.

Chromes debug console a 400 (Bad request) with error: "incorrect_totp token"

I assume this means it doesn't like the authentication code I am providing. Though I'm not quite sure what it's expecting.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 3 points 2 years ago
  1. Make sure the time and timezone is correctly set on your device, TOTP is time-dependent and both the server and the smartphone needs to have the same time in order to validate the code.
  2. Lemmy uses SHA256 instead of SHA1 like most other websites using TOTP. Honestly I'm not sure Google Authenticator supports it, as I don't see the option when attempting to add a key manually.