Tell the browser not to autofill those password fields#35931
Merged
DeepDiver1975 merged 1 commit intomasterfrom Aug 7, 2019
Merged
Tell the browser not to autofill those password fields#35931DeepDiver1975 merged 1 commit intomasterfrom
DeepDiver1975 merged 1 commit intomasterfrom
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
Member
Author
|
These are minor html changes, so nothing to unittest |
DeepDiver1975
approved these changes
Aug 7, 2019
13 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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