When you setup a SharePoint 2007 site with Forms Based Authentication (FBA) you have multiple options of where to store your user profiles. The two most common places to store the profiles are the User Information List located in each site collection or the User Profile store of a Shared Service Provider (SSP).
Here are the steps to be able to add your forms based authentication users to your Shared Service Provider. After you complete these steps the Shared Service Provider will look for those users when using the Add User Profile functionality. The reason you must perform these steps is because the SharePoint Web Applications only look in a single authentication type per Web Application Zone.
Hi, great stuff.
I'm trying to use the User Information List to keep my FBA users but I can't manage to allow my users to edit their 'My Settings'. In display mode I see all the fields but when I click the Edit button, only the Account name shows up. Any clues?
Thanks
If you have a shared service provider installed and you have MOSS installed the fields will be marked DisplayInEdit=false. You can either create your own interface or use the code in www.codeplex.com/cks for the IEE that has a CustomTemplate Control to overright this functionality based on if the user is an FBA user.
Good luck.