> Just curious - if additional information (for a plugin, etc.) needs to >be added to a user's profile, what is the best way to accomplish that
>w/o modifying internal structures? This information would need to be >secure from modification by the end user. What I normally do is define a MIME type for the data, serialize it, and store it in the user's My Citadel Config room. So far it's worked really well -- we haven't had to modify the user record in years and it's still quite small. The user can modify it if they are so inclined, though. What kind of protected data did you have in mind?