Allow to autofill more form fields besides username and password
See original GitHub issueA nice feature would be the ability to specify fields by some strategy in order to fill them. For example, I have a number of AWS accounts, and the account ID is not something I remember, but “ProjectA-AWS” is. Having account id, username & password auto-filled would be a big convenience.
My initial thought is that this syntax would work:
browserpass_selector_XXX: input#account
XXX: XXXYYY
Issue Analytics
- State:
- Created 6 years ago
- Reactions:21
- Comments:31 (8 by maintainers)
Top Results From Across the Web
Autofill - web.dev
On the sign-in form, you can use autocomplete="current-password" to tell browsers to offer the option to fill in previously saved passwords for this...
Read more >How to avoid username/password autofill within a form in ...
I would like to prevent these fields to be automatically filled. I did lots of search and already tried the autocomplete tag (in...
Read more >How to Create Autofill Forms (with Autocomplete) to Secure ...
Information like passwords, addresses, email addresses, names, and even credit card numbers can be stored by the browser using the autofill feature. And...
Read more >Autofill Forms and Passwords with KeeperFill - Keeper Security
Autofill automatically enters your username, password, and other information, such as payment card data and addresses, into login fields and online forms.
Read more >Autofill for applications on Windows for experts
Sticky Password also allows you to have automatic logins for websites that requires one or more fields in addition to your login and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@maximbaz other two examples:
Any news on this feature?