Get your taxes done using TurboTax

EDIT: I see this has been suggested on the 2nd page of replies - apologies for the duplicate suggestion

 

Still an issue in Premier 2023. I have worked around it by using a simple AutoHotKey script. I paste my password into the script, then press the shortcut key to run the script while my cursor is on the password field in TurboTax. 

Here is an example script I used:

^j::
Send, my_password_here
return

 

replace my_password_here with your actual password, then press ctrl+j while your cursor is active in the TurboTax password field - it will auto-fill it.