feat: correct password app reset token call and handle missing users
Merged
feat: correct password app reset token call and handle missing users
fix-reset-token-call
into
main
All threads resolved!
All threads resolved!
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)
Edited by Robin Goodall
Merge request reports
Activity
Filter activity
assigned to @rjg21
requested review from @ee345
- Resolved by Robin Goodall
mentioned in commit 1bb43176
Please register or sign in to reply