Skip to content
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

KeePassRPC (and browser plugins as well) should offer/support HTML autocomplete attribute #141

Closed
typoworx-de opened this issue Aug 28, 2023 · 2 comments

Comments

@typoworx-de
Copy link

KeePassRPC (and respectively the browser plugins for chrome/firefox) should offer/support HTML autocomplete attribute additionally to the existing Form-Field definitions. W3C defines to use autocomplete-attributes for form-fields and username/password as well. These input-attributes are a direct hint for password-managers where are the login fields. For newer Web-Frameworks sometimes only these attributes give a hint for the purpose of an input-field. So it's impossible to determine them automatically using existing form-field attributes like id or class-name.

Additionally it would be awesome to allow adding custom-attributes as well.

Simple use-case: have a look at twitter-login!

@wschlich
Copy link

wschlich commented Apr 11, 2024

I've stumbled over the following input field of a form without a password field (many sites tend to use 2-step login processes nowadays where you have to enter your username alone in the first step):

<input _ngcontent-wxh-c219="" formcontrolname="email" type="email" autocomplete="email" placeholder="Email address" class="no-animate form-control ng-pristine ng-invalid ng-touched">

Currently, the Kee browser plugin doesn't offer a way to actually identify this input field for autofilling usernames :-(
If it would support the autocomplete attribute, all would be fine indeed!

@luckyrat
Copy link
Member

luckyrat commented Jun 6, 2024

We may or may not add support for defining an autocomplete attribute requirement on an entry within KeePass. I'm not currently convinced it would be useful but am open to further discussion a) on https://forum.kee.pm and b) after implementation of automatic autocomplete support in Kee beyond the existing support for "new-password".

As such I'll close this issue now but feel free to continue discussion on the forum and/or track progress of the client implementation: kee-org/browser-addon#337

@luckyrat luckyrat closed this as not planned Won't fix, can't repro, duplicate, stale Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants