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

Firefox confuses imported account ID with random characters #199

Open
vbar opened this issue May 31, 2022 · 3 comments
Open

Firefox confuses imported account ID with random characters #199

vbar opened this issue May 31, 2022 · 3 comments

Comments

@vbar
Copy link
Collaborator

vbar commented May 31, 2022

password

Is there some way to tag the input field so that it isn't considered "password"?

@valstu
Copy link
Collaborator

valstu commented Jun 22, 2022

I tried to investigate this and for some reason you cannot prevent this from happening in Firefox, usually setting following attribute autocomplete="new-password" for input prevents any password suggestion. I also tried autocomplete="off" but it didn't help either. Seems like Firefox is forcing this feature because of security reasons.

@vbar
Copy link
Collaborator Author

vbar commented Jun 22, 2022

https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion suggests autocomplete="off" works on a form - did you try adding a <form> element?

@valstu
Copy link
Collaborator

valstu commented Jun 22, 2022

Yes, didn't help either

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

2 participants