openstax / accounts

OpenStax centralized authentication and accounts service
https://accounts.openstax.org
Other
15 stars 7 forks source link

re-add support_identifier #1255

Closed mwvolo closed 2 months ago

mwvolo commented 2 months ago

and this is why we need qa....

seems this broke a few things, so adding it back in

not sure if this is also related

mwvolo commented 2 months ago

What I noticed in the first error (you are correct, the second error is unrelated), was that support_identifier was used in find_or_create - and it was complaining about duplicates. So if we want to remove support_identifier, we need to remove it from the user model and the API representors... as well as a few other place like admin search and import users.