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

Explicitly disable autocomplete in password entry input fields. #1465

Merged
merged 1 commit into from
Mar 19, 2019
Merged

Explicitly disable autocomplete in password entry input fields. #1465

merged 1 commit into from
Mar 19, 2019

Conversation

Ubersmake
Copy link
Contributor

@Ubersmake Ubersmake commented Mar 19, 2019

What?

Disables implicit autocomplete on password entry forms for Sign In and when changing passwords when signed in as a customer.

When the autocomplete attribute is not on the form element, autocomplete is implicitly enabled: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete

The impetus for this change is increased security for PCI compliance. See https://portswigger.net/kb/issues/00500800_password-field-with-autocomplete-enabled.

@bigbot
Copy link

bigbot commented Mar 19, 2019

Autotagging @bigcommerce/storefront-team @davidchin

@Ubersmake Ubersmake requested review from junedkazi, sandeepgraju and a user March 19, 2019 22:43
@Ubersmake Ubersmake merged commit 7e963bc into bigcommerce:master Mar 19, 2019
@Ubersmake Ubersmake deleted the STRF-6102 branch March 19, 2019 22:48
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.

3 participants