Hacker News new | ask | show | jobs
by jeffmk 2679 days ago
The flow can be even more complicated:

  1. "Does your account number begin with a *letter*" <- click link
  2. Paste Account Number
  3. One-time passcode emailed to you
  4. Copy OTP from email
  5. Paste OTP into site
  6. Use onscreen virtual keyboard to enter password (readonly field; no pasting allowed)
Opening up devtools and deleting the `readonly` attribute does allow you to paste from your password manager of choice without further hassle.