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
The registration page currently does not create a new user when credentials are provided.
Start frontend and backend. Navigate to /registration. Try to create a user.
A new user is created if a user does not exist already.
Update page to utilize users API. Update the users API to check for duplicate users.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the issue
The registration page currently does not create a new user when credentials are provided.
To Reproduce
Start frontend and backend.
Navigate to /registration.
Try to create a user.
Expected behavior
A new user is created if a user does not exist already.
Possible Solution
Update page to utilize users API. Update the users API to check for duplicate users.
The text was updated successfully, but these errors were encountered: