Skip to content

fix(profile): Prevent autofill on header search bar#7688

Merged
NGPixel merged 1 commit into
requarks:mainfrom
Wingqvist:fix/profile-autofill
Jan 1, 2026
Merged

fix(profile): Prevent autofill on header search bar#7688
NGPixel merged 1 commit into
requarks:mainfrom
Wingqvist:fix/profile-autofill

Conversation

@Wingqvist

@Wingqvist Wingqvist commented Jun 30, 2025

Copy link
Copy Markdown
Contributor

This commit resolves the recurring issue where password managers incorrectly autofill the header search bar when viewing the user profile page.

This is achieved by wrapping the password change fields in a

element, properly scoping them for browser autofill logic, and using modern, standard autocomplete attributes. This addresses the root cause of the issue, whereas previous attempts tried to mitigate the symptom in the search bar.

Fixes #2324
Fixes #3104
Fixes #3327

This commit resolves the recurring issue where password managers
incorrectly autofill the header search bar when viewing the user
profile page.

This is achieved by wrapping the password change fields in a <form>
element, properly scoping them for browser autofill logic, and using
modern, standard `autocomplete` attributes. This addresses the root
cause of the issue, whereas previous attempts tried to mitigate the
symptom in the search bar.

Fixes requarks#2324
Closes requarks#3327
@auto-assign auto-assign Bot requested a review from NGPixel June 30, 2025 23:53
@Wingqvist

Copy link
Copy Markdown
Contributor Author

@NGPixel Hi. I just wanted to know if I can request review from someone else, I can see you personally are busy :)

@NGPixel NGPixel merged commit 326974c into requarks:main Jan 1, 2026
@NGPixel

NGPixel commented Jan 1, 2026

Copy link
Copy Markdown
Member

Thanks!

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

Successfully merging this pull request may close these issues.

When I click "Profile", it automatically searches my email Email address saved in Chrome keeps getting autofilled to top search bar

2 participants