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

Help browser account saving with accounts-ui login/signup forms #9442

Merged
merged 3 commits into from
Dec 13, 2017

Commits on Dec 5, 2017

  1. Help browser account saving with accounts-ui login/signup forms

    `accounts-ui-unstyled` currently uses `<div />`'s to hold its
    login/signup forms, as well as `<div />`'s to represent the
    login/signup buttons in the form. By not using proper
    `<form />` and `<button />` elements, certain browser's do not
    notice incoming login/signup requests, and therefore do not
    trigger their built in "would you like to save your user/password"
    functionality. This commit adjusts the `accounts-ui-unstyled`
    login/signup form to use proper `<form />` and `<button />`
    elements, allowing most (Chrome, Firefox, IE - Safari will
    recognize the request when a user attempts to leave the page)
    browsers to recognize incoming login/signup requests.
    
    Fixes meteor#1746.
    hwillson committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    55e5288 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2017

  1. Configuration menu
    Copy the full SHA
    0e57ba9 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2017

  1. Bump minor versions

    hwillson committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    38d9683 View commit details
    Browse the repository at this point in the history