It happens with some frequency that users enter a misspelled email address for the value used to create their account, and we need to be able to address this for them.
I can, of course, write a db query to change the username
field when triggered via an API request, but I imagine there may downstream affects in terms of the aposDocVersions table, etc.
Could you confirm if this is an update I can safely make without breaking table relationships / anything else?