feat: correct password app reset token call and handle missing users
Compare changes
+ 19
− 3
@@ -43,7+43,7 @@
@@ -52,7+52,7 @@
GitLab will be upgraded on 17-March-2025 between 12:00 and 14:00. There may be small periods of service instability.
Fixes for https://gitlab.developers.cam.ac.uk/uis/devops/iam/activate-account/api/-/issues/25
Now returns a 400 - validation error
{
"crsid": "Password App was unable to find the user"
}
Or 503 - service unavailable - on any other failure
And doesn't retry if the password app couldn't find the user (aka raven db said it didn't exist to set the token on)