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
@Wingqvist
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants