-
-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deal with hidden password fields #1385
Comments
I can try to add an exception for the site. I'm actually just looking at it :) |
We really need to introduce the concept of a login workflow. This would be an enhancement to the custom fields picker, but allow you to navigate the site while picking. |
I've already started it. Progressing, but slowly. |
I'm having a similar problem were the visibility check is not working correctly on https://b2b.dab-bank.de/smartbroker/ |
Use Auto-Type. Gonna just say right now we aren't going to code around asinine choices that specific websites make. That is how vulnerabilities occur. |
I've created a tampermonkey script to sanitize this website and this made it work. |
The issue:
https://www.ethias.be/myethias/public/nl/connexion hides the password field by default:
As a consequence, the fill-and-submit button doesn't show up. I currently have two options:
Expected Behavior
As indicated in #1358 (comment), hidden password fields can/should/are better not filled automatically.
I would expect KPXC-browser to still offer me a way to log in without typing anything manually.
Current Behavior
See 'The issue', I guess.
Possible Solution
Thinking of another solution: I can imagine three options
Debug info
KeePassXC - 2.6.6
KeePassXC-Browser - 1.7.9.1
Operating system: Linux
Browser: Firefox
Thanks a lot for your great work!
The text was updated successfully, but these errors were encountered: