Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Enhancements when clicking "Use a different account" on "Sign in" page #1721

Closed
cvan opened this issue Sep 30, 2014 · 1 comment · Fixed by #1767
Closed

Enhancements when clicking "Use a different account" on "Sign in" page #1721

cvan opened this issue Sep 30, 2014 · 1 comment · Fixed by #1767
Assignees

Comments

@cvan
Copy link

cvan commented Sep 30, 2014

  1. Clear LocalStorage: localStorage.clear()
  2. Sign in with an account
  3. Load the Sign-in page
  4. Click the "Use a different account" link
  5. Notice my email is prefilled, even though I want to sign in to a different account:
  6. Refresh the page
  7. Notice you are taken to the original Sign-in page, not the form I saw after clicking "Use a different account"

Observations:

  1. Upon clicking "Use a different account," my previous email was filled in, without a label above the field (because the placeholder text is unfortunately being used as an label). (It's good to remember the email for things like the "Reset password" page, but when I explicitly want to sign in with a different account, we should clear that field.)
  2. The email field was not autofocussed, so I had to click the field to change it.
@ckarlof
Copy link
Contributor

ckarlof commented Oct 1, 2014

Since @zaach worked on the cached credentials patch, he's going to take a look at this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
4 participants