In our custom app, the way we're detecting if a user already exists in the database is by calling GetUserProfile, and if it returns a profile then we don't call CreateUser - we call UpdateUserProfile. It looks like deleting the user doesn't delete profile data. Is this true?
|