Profile Meta Data

I am interested in storing user preferences for UI settings. Is the UserAuth Meta field appropriate for that? What I am after is similar to the old ASP.NET Membership Profile data. It typically ends up stored as several arrays. For example an array of form names that have preferences applied to them and an array of the actual preferences for a given form itself.

Thanks !

Yes you can use the Meta Dictionary for storing any custom metadata about a user. You can find other options for extending UserAuth on this StackOverflow answer.