morgante / django-graph-auth

Simple GraphQL queries and mutations for managing Django users.
MIT License
46 stars 14 forks source link

Fix exceptions on register with existing mail #13

Open kingbar1990 opened 6 years ago

kingbar1990 commented 6 years ago

Previous version had a problem with sign up process. If the user tried to register with email, which already exists in database, exception occured, which so this fragment of code was hard to debug, use and write tests.

morgante commented 5 years ago

@kingbar1990 Can you rebase on master?