Skip to content
This repository has been archived by the owner. It is now read-only.

fix(client): Use the server returned email when signing in. #4472

Conversation

@shane-tomlinson
Copy link
Member

@shane-tomlinson shane-tomlinson commented Nov 29, 2016

Signin unblock is broken if the user types their email using different
casing to when they signed up. The auth server returns an error that
says "Feature not enabled". This fixes that by updating the model
with the email that is returned by the server if it returns an
INCORRECT_EMAIL_CASE error.

fixes #3893
fixes #4467

@vladikoff - r?

Signin unblock is broken if the user types their email using different
casing to when they signed up. The auth server returns an error that
says "Feature not enabled". This fixes that by updating the model
with the email that is returned by the server if it returns an
INCORRECT_EMAIL_CASE error.

Unfortunately, the sync v3 functional test fails,
trying to figure out why.

fixes #3893
fixes #4467
@shane-tomlinson
Copy link
Member Author

@shane-tomlinson shane-tomlinson commented Nov 29, 2016

This is #4469 opened against train-75

@vladikoff vladikoff merged commit 668be9e into train-75 Nov 29, 2016
4 checks passed
4 checks passed
ci/circleci Your tests passed on CircleCI!
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details
coverage/coveralls Coverage increased (+0.001%) to 98.661%
Details
@vladikoff vladikoff deleted the shane-tomlinson/issue-4467-signin-retry-incorrect-case-train-75 branch Nov 29, 2016
@rfk rfk added this to the FxA-106: signin unblock milestone Dec 21, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants