Skip to content
New issue

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

Invalid request in Change Password page returns 500 status code #5308

Closed
1 of 4 tasks
berkarslan-xo opened this issue Sep 20, 2022 · 0 comments · Fixed by #5309
Closed
1 of 4 tasks

Invalid request in Change Password page returns 500 status code #5308

berkarslan-xo opened this issue Sep 20, 2022 · 0 comments · Fixed by #5309

Comments

@berkarslan-xo
Copy link
Contributor

Description of bug

#5228 handles the case for creating a new user. This issue will focus on applying a very similar fix for the change password screen.

Steps to reproduce

  1. Login as host
  2. Navigate to Persona Bar > Users > three dots (on any user) > Change Password
  3. Open Developer Tools, Network tab
  4. Enter a single character as a new password and its confirmation, click Apply
  5. Observe the error and check the details in the network response

Current behavior

/API/PersonaBar/Users/ChangePassword response has HTTP status code of 500.

Expected behavior

/API/PersonaBar/Users/ChangePassword response should have HTTP status code of 400.

Screenshots

image

Affected version

  • 10.00.00 alpha build
  • 09.11.00 release candidate
  • 09.10.02 release candidate
  • 09.10.01 latest supported release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant