The Wayback Machine - https://web.archive.org/web/20201116044903/https://github.com/Automattic/wp-calypso/issues/47089
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

Login: improve autofill detection on iOS & Safari #47089

Open
simison opened this issue Nov 4, 2020 · 0 comments
Open

Login: improve autofill detection on iOS & Safari #47089

simison opened this issue Nov 4, 2020 · 0 comments

Comments

@simison
Copy link
Member

@simison simison commented Nov 4, 2020

Our login forms are on multiple pages and we can help autofill detect correct inputs with autocomplete="current-password" and autocomplete="username".

Explicitly defining an input element’s autocomplete value lets you support login workflows that couldn’t otherwise be detected by Password AutoFill’s heuristics. For example, the heuristics assume the user name and password inputs are on the same page. If you have a multipage login form, explicitly setting the username and current-password types lets the user tap and fill those inputs, even if they are on separate pages.

via https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_an_html_input_element

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.