Skip to content

Conversation

Wingqvist
Copy link

@Wingqvist Wingqvist commented Jun 30, 2025

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
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