mozilla / fxa-content-server

DEPRECATED - Migrated to https://github.com/mozilla/fxa
Mozilla Public License 2.0
163 stars 120 forks source link

User is able to sign up even if the account already exists #7055

Closed farhan787 closed 5 years ago

farhan787 commented 5 years ago

Steps to reproduce

  1. Make an account
  2. Sign up with the same existing account

Expected behaviour

The user should be redirected to sign in page

Result

The user is signed in via the sign up page

shane-tomlinson commented 5 years ago

This is expected behavior, and intentional. We are deprecating this flow to avoid this and other confusion, instead preferring the "email-first" flow.

Closing since this is expected behavior.

farhan787 commented 5 years ago

@shane-tomlinson I got it!