I'd like to use forms authentication for an MVC project but I would also like to associate a few extra properties to the user profile (profile picture, birth date, etc).
Is there a way to simply extend the User object used by forms authentication to store and retrieve these extra properties?