I’m in a situation where I need to change some user IDs from the default generated hash on user create, to a specific unique identifier generated from user SID using LDAP authentication. I’ve got new user creation working properly, but now I have to change some users that were created prior to the custom modification.
Does anyone know how this can be done in a safe way, rather than going through the entire database deploying a search and replace?
Thanks.