wellcomecollection / identity

Identity services for Wellcome Collection users
MIT License
0 stars 2 forks source link

Check for temporary names in action conditional #325

Closed melanierogan closed 2 years ago

melanierogan commented 2 years ago

We don't want the action to bail out if a user's names are the temporary ones, as these represent the initial users in the first stage of sign up. We need them to progress to the next stage of the action, where we redirect to the full registration form, so we can update their firstName and lastName based on what they provide.

related to https://github.com/wellcomecollection/wellcomecollection.org/issues/8071 and overall https://github.com/wellcomecollection/wellcomecollection.org/issues/7896