-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Tell the browser not to autofill those password fields #35931
Conversation
0c28736
to
b0edb81
Compare
Codecov Report
@@ Coverage Diff @@
## stable10 #35931 +/- ##
==============================================
+ Coverage 30.99% 65.1% +34.1%
- Complexity 0 20197 +20197
==============================================
Files 53 1302 +1249
Lines 4142 77159 +73017
Branches 0 1301 +1301
==============================================
+ Hits 1284 50232 +48948
- Misses 2858 26542 +23684
- Partials 0 385 +385
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #35931 +/- ##
============================================
- Coverage 65.4% 65.4% -0.01%
Complexity 20197 20197
============================================
Files 1299 1299
Lines 76762 76763 +1
Branches 1301 1301
============================================
Hits 50203 50203
- Misses 26174 26175 +1
Partials 385 385
Continue to review full report at Codecov.
|
b0edb81
to
3e3114a
Compare
3e3114a
to
588feb5
Compare
These are minor html changes, so nothing to unittest |
Description
Both firefox and chrome can autofill some username and password fields in forms without user interaction. This is a problem specially in the users page where the password field is hidden but the browser autocompletes it.
Note that neither safari nor edge have this behaviour. They require user interaction in order to fill the password field. This problem doesn't happen in those browsers.
Related Issue
no ticket opened as far as I know.
Motivation and Context
The admin was setting a password without any knowledge.
How Has This Been Tested?
Checked with firefox, chrome, safari and edge:
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks:
This should be moved to the user_management app