Try to signup with an email, but missing other required field to cause failure.
Fix user input error and POST to signup again.
Expected: Signup succes.
Actual: Signup error saying email is already taken.
{"accountRegistered":0,"status":"FAIL","message":"Fail to save user","Errors":{"email":["The email has already been taken."]}}
To reproduce:
Try to signup with an email, but missing other required field to cause failure.
Fix user input error and POST to signup again.
Expected: Signup succes.
Actual: Signup error saying email is already taken. {"accountRegistered":0,"status":"FAIL","message":"Fail to save user","Errors":{"email":["The email has already been taken."]}}