Comment on My password is not accepted because it is too long
4am@lemm.ee 1 week ago
Don’t worry, pretty soon they will just block password managers from autofilling fields on their login page so that you HAVE to remember your password! Then you’ll be happy it can’t be that long, you can only fit so much on a post-it note on the side of your monitor
/s
bleistift2@sopuli.xyz 1 week ago
I’ve never heard of anyone trying to do that. I couldn’t even imagine how a website could detect a password manager.
BradleyUffner@lemmy.world 1 week ago
I’ve had banks do it in the past. They have a fake input field and capture keypress events via JavaScript directly from the dom, then just make it look like your typed in to the input field. They don’t read the password from the input field, they build it up in memory from those key press events.
PracticalParrot@discuss.tchncs.de 1 week ago
I’ve seen a couple of times. It’s the same ones that block copy/paste on password fields. The workaround is to write a short python script using pyautogui or similar to “type” out the clipboard content.