Add form validation for register and password change dialogs
See #254
Merge request reports
Activity
Filter activity
When registering for a tutor account with a username that already exists, the server throws a
400
with a proper error message but the frontend doesn't seem to handle that. We should handle that case and probably also make the server return a different status code, most likely409
, because400
is not well suited.added 8 commits
-
2ea0e2e3...1e396802 - 2 commits from branch
master
- 5e74ff97 - Added inline validation to register dialog
- 0c066bf9 - Added inline validation for password change dialog
- dce32200 - Tweaked password change dialog layout
- 3ee779d3 - Added server error reporting to password change dialog
- 136b5a0f - Added server error display to register dialog
- 0e9e1c04 - Prevented default submit event handler
Toggle commit list-
2ea0e2e3...1e396802 - 2 commits from branch
added 1 commit
- 65555765 - Fixed display of registration error messages
Please register or sign in to reply