Hi,
SharePoint List Membership Provider.
Custom membership provider using SharePoint Custom List.
Here is Form Based Authentication using SharePoint custom list. Users profile is stored in Custom SharePoint List.
This utility is useful when you want you site users name, password and other user related information stored in Custom SharePoint List and you want Form Base Authentication (FBA) using this custom list. You can mange user from list.
Here is Form Based Authentication using SharePoint custom list. Users profile is stored in Custom SharePoint List.
This utility is useful when you want you site users name, password and other user related information stored in Custom SharePoint List and you want Form Base Authentication (FBA) using this custom list. You can mange user from list.
click here to download Assembly and Configuration guide.
- solution contains sample userprofile.stp for List
- Configuration guide.
- source code will be provided on demand.
click here to download utility.
To get utility source code so you can modify according to your requrement write us from Email to SharePoint kings link with Subject "Custom Membership Provider" and your email ID.
8 comments:
Are you syncing your custom UserProfile List with Sharepoint's internal profile list, or is there a way to add the Membership columns to the existing sharepoint/wss profile list with user restrictions on the sensitive membership columns?
I'm thinking about creating a Membership ContentType that is added to the existing profile list as a feature with application pages to view/edit. Can you restrict users from added this ContentType to their own custom lists.
Thanks.
hi steve,
yes you can sync profile list with sharepoint internal profile using sharepoint object model.we can provide you working source code you need to change it according to your need. I am not sure for your rest of requirement. can you elaborate it?
Hi team,
How can we manage change password as a seperate link than showing in the list with this??
Hi,
After the installation when you try to login, login page reloads itself, what can cause such a problem?
Alper
you might be missing something. Please check the error log. and try to reconfigure again.
Hi
Would it be possible to publish your source code for this post.
Thanks
Paul
thank you very much, it's great.
Could you explain that would have to do to adapt to 2010
Jesus,
concept of membership provider will be the some so it should work on 2010 also.
only thing you need to change is how to connect our provider from web.config
we had not tried it in 2010 yet, but we will surely do once we will get time.
Post a Comment