berrnd/KeePassAutoTypeCustomFieldPicker

Does not seem to support multi-page logins

Closed this issue · 0 comments

I installed this plugin in an attempt to work with my bank's multi-page login.

The first page gets a username, the second page asks a security question, and the final page takes the password.

I set my auto-type sequence to: {USERNAME}{ENTER}{DELAY 1000}{PICKCUSTOMFIELD}{ENTER}{DELAY 1000}{PASSWORD}{ENTER}. I expected KeePass to auto-type the user name, submit, wait a second, ask for a custom field (after I have a chance to see which one is being used), submit, wait a second, and then submit the password.

Instead, KeePass pops up in the background asking for a custom field right away. Since this is the first of multiple stages in the login, I have no idea which field will be needed. This immediately makes the plugin worthless to me.

The second problem I have, is that the dialog pops up in the background. Thus I need to manually switch input focus, which causes auto-type to fail completely anyway, because the username field no longer has input focus.