FAQ | This is a LIVE service | Changelog

feat: correct password app reset token call and handle missing users

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

Loading