2.0a4 Create user / Full Name required by backend, not by frontend #1885
Comments
This still needs a bit more work, reopening. |
edmundoa
added a commit
that referenced
this issue
Mar 17, 2016
- Check if username is taken - Check if passwords are long enough - Check if passwords match Refs #1885
edmundoa
added a commit
that referenced
this issue
Mar 17, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Whey trying to create a new user, unless specifying a Full name, the submit will fail with an unclear error
Failed to create user!
. It seems to me the frontend can mark this field as required, or the backend could generate a better error. Currently it returnsHTTP/1.1 400 Bad Request
without a bodyThe text was updated successfully, but these errors were encountered: