Currently we have a SQL Provider setup to manage a SharePoint Site Collection via Forms Based Authentication. However I currently have no real tools to manage the users within. I'd like to get a SharePoint based manager to I can add users, change passwords, etc. via SharePoint. Anyone out there ever built anything? A quick google search didn't reveal anything.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
Although not integrated in SharePoint, the IIS7 management console allows you to maintain these users. Just navigate to a web application that has the SQL Membership provider in the web.config and click on '.NET Users'. |
|||
|
|
|
You could create an application page or web part and deploy to your SharePoint site. On that page (or web part) add a CreateUserWizard control. |
|||
|
|
|
For SharePoint 2007 you can use the Community Kit for SharePoint: http://cks.codeplex.com/releases/view/17901 For SharePoint 2010 you can use the SharePoint 2010 FBA Pack: http://sharepoint2010fba.codeplex.com/ |
|||
|
|