phoenix_guardian icon indicating copy to clipboard operation
phoenix_guardian copied to clipboard

Incorrect error if user exists on sign up form

Open enilsen16 opened this issue 8 years ago • 1 comments

If the user already exists, but tries to sign up again using the original email but a different password, rather than prompt the user that the email already exists, the error returned is password_does_not_match. This is because technically users can log in via the sign up form.

enilsen16 avatar Sep 06 '16 18:09 enilsen16

+1. Temporary solution:

# mix.exs

depf deps do
  [
    {:ueberauth_facebook, git: "https://github.com/ueberauth/ueberauth_facebook.git", ref: "2e3c118"}
  ]
end

charleshan avatar Sep 11 '16 08:09 charleshan