this post was submitted on 19 Jul 2026
3 points (71.4% liked)

Technology

87575 readers
3694 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
top 3 comments
sorted by: hot top controversial new old
[–] ranzispa@mander.xyz 3 points 1 month ago (1 children)

Cool article. Absurd they needed azerty for the page to work.

I also hate those verifications with one box per number, half of the times they do not work. Just have and input text box and write somewhere how many digits the code should have.

[–] phutatorius@lemmy.zip 2 points 1 month ago

I also hate those verifications with one box per number

And the worst of those don't have auto-advance between the boxes. Whoever designed that is hell-bound. Equally bad are the one used by one of my banks that randomly orders the boxes just to add to your cognitive load without actually providing any more security. And their passphrase validation rules massively reduce the search space, while still being a pain in the ass.

[–] sem@piefed.blahaj.zone 3 points 1 month ago

Is this why some verifications don't let you paste the code?

Why would it use JavaScript to intercept key presses rather than just read a form?