Developers who prevent users from pasting text into a password field deserve a special place in hell.

Seriously what the fuck are they even thinking when they implement bullshit like that. Don't they know that password managers are a thing?

@HackyScientress FWIW this became a thing because other apps could read the clipboard and get your password. However, so far CTL-v still works in every case I've found where right-click paste didn't, which makes me question those devs, and their management, even more.
@Xantulon oh no in that case that didn't work too. You can register a on_paste event handler on form fields in JavaScript and then discard the input, that's what the Square Enix devs did. You can easily remove the event handler with the dev console but it's still super annoying.