Questions tagged [password-manager]
47 questions
9
votes
0 answers
Flutter Autofill email and password like netflix
Can anyone please show me how can i implement password manager like netflix in flutter, Like if user clicking on email textfield then show stored email and password like netflix does.
Thank You.

Narendra
- 101
- 1
- 4
7
votes
2 answers
Flutter Web: Autofill password suggestions not triggered in TextFormField
I'm trying to get email and password autofilled using the Google Password Manager. This seems to work on Android, but not for Web.
Example:
Form(
key: key,
child: AutofillGroup(
child: Column(
children: [
…

Gero
- 73
- 1
- 7
4
votes
1 answer
Prevent password manager from asking to save password on xhr request
We are sending requests to an external API. It is an public API but still requires to sent basic auth authentication. Since it is a public user with no further access this is no security issue. But when those requests are executed the password…

Daniel
- 971
- 9
- 23
3
votes
1 answer
How to trigger Google Password Manager in native XML view to show popup to save user's password to use later in AutofillService?
I have a usual screen with "email" and "password" EditText fields. I have marked my fields with autofillHints, so that Android AutofillService could propose user already saved passwords. It's working. But looks like it only propose only that…

yozhik
- 4,644
- 14
- 65
- 98
3
votes
0 answers
Chrome suggesting password on select box
In my case chrome is suggesting password in select type input.
This input is on a page where no username or password field is being
used.
Not a single input is with with name username or password. I have tried autocomplete="off" and…

Mak Sr
- 303
- 4
- 14
2
votes
0 answers
How can I tell a password manager which username/password to autofill with?
Question
How can a webform tell the browser which username and password are appropriate inputs when autofilling if there are multiple entries for the same (primary) domain?
Context
I design an authentication system that offers multiple identity…

Merchako
- 789
- 1
- 8
- 19
2
votes
1 answer
How to disable password manager in my form?
How can I disable the default password manager in my form?
I have a website with a form where users need to input their pin code (only numbers, chars hidden) in some operations. The pin input is of type password. My website has also a login page.…

MarceloDJunior
- 21
- 3
2
votes
0 answers
HTML - Disable Roboform Password Manager
I have an input element of type password, which is a part of a web-based game, and I need to disable password autofill to improve the UX.
I already disabled LastPass using data-lpignore="true", but I can't find an equivalent solution for Roboform.
I…

Tzach
- 12,889
- 11
- 68
- 115
1
vote
0 answers
Websites don't detect filled in password?
I have been wondering (and checked the Bitwarden chrome extension source code but couldn't figure out): how do password managers fill in your passwords?
What I'm trying to say is: some websites require certain events to be fired, such as blur,…

Jonas Vdr
- 11
- 2
1
vote
0 answers
Blazor server login form doesn't see values inputted by password manager
I have very simple registration and login page written in Blazor server.
When login+password is autofilled by Dropbox password manager, the login+password are visually filled into the input fields on the page, but binding doesn't work correctly and…

urza.cc
- 223
- 1
- 8
1
vote
1 answer
How can I tell a password manager which system to save a username/password for?
Question
How can a webform explicitly tell the browser or password manager which system a username and password are to be remembered for?
Context
I design an authentication system that offers multiple identity providers, and most of our users have…

Merchako
- 789
- 1
- 8
- 19
1
vote
0 answers
Is there a way to get rid of chrome password manager when input is the focus?
enter image description here
Disabled Chrome's password manager option when input is focused.
But the password manager keeps popping up. Is there any way to get rid of it?
Thank you in advance.

jun
- 11
- 1
1
vote
1 answer
How do I ensure Google Password Manager stores the correct field as the username?
Background
I'm a freelance web developer with a client who runs a meal-planning business. I developed a web app for her clients to use to view their meal plans.
The problem
One of my client's new clients sent her a screenshot from their phone…

Nathan Wailes
- 9,872
- 7
- 57
- 95
1
vote
1 answer
Password manager autofill
how to make an autofill app like dashlane, or lastpass on android studio. I want to make an autofill app, example facebook, It can autofill my login credentials on facebook. I want my password manager can autofill on different websites.

Joshua Sanjuan
- 11
- 2
1
vote
1 answer
getWebDomain() function always returns null in Android AutoFill service
While implementing the Android AutoFill functionality for my password manager, I’m unable to get the domain name for the webpage with which the user is interacting. While testing other password managers, I see they are able to get the domain,…

Andrey Korneychuk
- 21
- 5