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

Fix handler crash on account creation when duplicate email is present #3777

Merged
merged 1 commit into from Oct 13, 2017

Commits on Oct 13, 2017

  1. Fix handler crash on account creation when duplicate email is present

    We key on account name and not email. A long while ago when the account table
    was first created it wasn't clear if we would key on email or account because
    we weren't sure which we could be guaranteed to get. It's now clear that name
    is what we can guarantee and we will perform email verification steps to try
    our best to obtain an email.
    
    This change fixes a crash in the session server when a user without an email
    tries to create an account in a shard where another user has already created
    an account without an email.
    
    Signed-off-by: Jamie Winsor <jamie@vialstudios.com>
    reset committed Oct 13, 2017
    Copy the full SHA
    225b20b View commit details
    Browse the repository at this point in the history