Return 403 instead of 500 when conditions are not met to perform a required pwd reset (#13244)

This commit is contained in:
Martin Angers
2023-08-09 15:28:04 -04:00
committed by GitHub
parent 49a3a15fe9
commit b3d0192995
4 changed files with 78 additions and 3 deletions
@@ -0,0 +1 @@
* Fixed response status code to 403 when a user cannot change their password due to not being requested to by the admin or due to this user having Single-Sign-On (SSO) enabled.