You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 2It seems that this issue is likely one of the following: 1) the TOTP generator is generating TOTP codes based on a time in the past, or 2) the server is invalidating TOTP codes too quickly. To isolate the problem to one of the above, you might want to consider using this TOTP generator in python and modifying it so that it shows not only the TOTP code, but also the time that the TOTP code is based on as well.mti2935– mti29352025-04-23 17:21:03 +00:00Commented Apr 23 at 17:21
- 2@mti2935: From what I understand now, the OP actually describes a GUI issue where the authenticator app doesn't always start the counter at 30 seconds but may display the code only for a few seconds -- even when applications typically have a grace period where expired codes are still accepted for some time. If this is indeed the problem, the only solution is to find a more user-friendly authenticator app (or write one yourself).Ja1024– Ja10242025-04-23 18:04:51 +00:00Commented Apr 23 at 18:04
- Yeah, that seems to be the case. Adjusted the question with a clearly marked EDIT, didn't know that the code would still be valid even after it seemed to timeout in the OTP app.Maarten Bodewes– Maarten Bodewes2025-04-23 21:32:09 +00:00Commented Apr 23 at 21:32
- 2The "Ente Auth" app displays the current code and the next code. So if it's about to switch over you can start typing in the next code and submit it once it becomes the current code.Yay295– Yay2952025-04-25 05:15:11 +00:00Commented Apr 25 at 5:15
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. web-application), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you