Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Right click -> inspect element -> edit the input and set its value by pasting the password from your password manager then hit submit. Have to do this for a website and my password is too long and with special characters etc. quicker to edit the html element than to type the whole thing
-
stop68673yMy password manager has an addon for my browser that does it. Otherwise it fakes the input in the window.
-
Xoka12803yit happened with me recently in a banking web app where the new redesigned web app doesn't let the user paste password. So I wrote a small Greasemonkey script to always turn on pasting.
-
Like @PappyHans said, you're a dev, they can't stop you! Press F12 to assert dominance.
-
hjk10157313yIf you use keepassxc you can let it emulate a keyboard (it actually types it out for you).
But yeah, one stupid site is not a reason to switch password manager.
@PappyHans fuckers also disable right click so f12 is your friend. I would use a userscript to add a fake field that sets the value of the real one and fire a change event.
first check if it works in the console who knows what crap they did to it. -
qwwerty11433y@hamido-san jokes on you, our IT disabled dev tools by policy. Took couple weeks to explain them what a bullshit it is
-
I think there used to an be old stupid security theory that Malware could acces your clipboard.
(Which is silly since Malware could also access keystrokes) -
A buddy of mine got tired of shit like this and the way some rich texteditors keep formatting when pasting.
He created an AHK script that typed out what he had in his clipboard 😅 -
It's not about security anymore. It's about the illusion of safety. Need special chars, upper and lower case and numbers but it still can't be longer than 32chars.. what the..
Why the Fuck would someone disable pasting on a password field!!!! How the fuck am I supposed to enter my shit from my password manager now?
rant