Skip to content
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

Fix password autocomplete #4461

Merged
merged 1 commit into from
Jul 24, 2017
Merged

Fix password autocomplete #4461

merged 1 commit into from
Jul 24, 2017

Conversation

skofman1
Copy link
Contributor

@skofman1
Copy link
Contributor Author

@blowdart , looks good?

@joelverhagen
Copy link
Member

What does the experience in the browser looks like when this attribute is not applied (i.e. current state in PROD)?

@skofman1
Copy link
Contributor Author

Chrome for example lets you choose which password to apply in the field

Copy link
Member

@joelverhagen joelverhagen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need a bug opened on feature-redesign for this.

@skofman1 skofman1 merged commit 1184ad8 into master Jul 24, 2017
@skofman1
Copy link
Contributor Author

Created a bug Joel: https://github.com/NuGet/Engineering/issues/623

@joelverhagen
Copy link
Member

@skofman1 thanks!!

@@ -319,12 +319,12 @@
@Html.ValidationSummaryFor("ChangePassword")
<div class="form-field">
@Html.LabelFor(m => m.ChangePassword.OldPassword)
@Html.PasswordFor(m => m.ChangePassword.OldPassword)
@Html.PasswordFor(m => m.ChangePassword.OldPassword, new { autocomplete = "off" })
Copy link
Member

@xavierdecoster xavierdecoster Jul 25, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@skofman1 skofman1 deleted the autoc branch January 4, 2018 21:09
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.

5 participants