View Single Post
  #2 (permalink)  
Old 02-21-2008, 01:08 PM
jrjespersen
Guest
 
Posts: n/a
Default

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?
Reply With Quote