We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when try to register new user get json error without IdentityError messages
{ "Succeeded": false, **"Message": "System.Collections.Generic.List`1[Microsoft.AspNetCore.Identity.IdentityError]",** "Errors": null, "Data": null }
for example., try to register new user with this json:
{ "firstName": "string", "lastName": "string", "email": "[email protected]", "userName": "string", "password": "string", "confirmPassword": "string" }
the Message must return 3 errors from result.Errors
Message
result.Errors
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when try to register new user get json error without IdentityError messages
for example., try to register new user with this json:
the
Message
must return 3 errors fromresult.Errors
The text was updated successfully, but these errors were encountered: