You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After converting a user to superuser, the IdentitySource profile property is no longer returned for such user. This is caused because the profile property definitions for superusers are taken from the ProfilePropertyDefinition table with portalId=NULL.
Workaround
Insert in the database a record copying the IdentitySource profile property from portal 0, but setting the portalId=NULL
Update the record at UserProfile table for the user being promoted, changing the PropertyDefinitionID value to the one created by the insert above.
The text was updated successfully, but these errors were encountered:
After converting a user to superuser, the IdentitySource profile property is no longer returned for such user. This is caused because the profile property definitions for superusers are taken from the ProfilePropertyDefinition table with portalId=NULL.
Workaround
The text was updated successfully, but these errors were encountered: