Posts

Showing posts with the label User Management

SharePoint FBA User Management using Community Kit for SharePoint [CKS]

Image
After you configure the external FBA site [ http://fbasp.codeplex.com/ or http://fazlulchowdhury.blogspot.com/2009/03/configuring-mixed-authentication-in.html ]. You will need to manage the users for the external site. You may need following pages to make it complete. 1. Customized Login Page with Links to Register New User and Forgot Password 2. New User Registration Page 3. Forgot Password Page 4. Change Password Page You may want to download the Community Kit for SharePoint [http://cks.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=5134] and install [Deploy.cmd http://dcftsd1:1111] in to SharePoint Site before configuring FBA User Management. Then do the following stuff one by one: 1. Add requiresQuestionAndAnswer="false" in the web.config of the SharePoint site <add connectionStringName="SqlProviderConnection" name="AspNetSqlMembershipProvider" applicationName="/" type="System.Web.Security.SqlMembershipProvider, System.Web, Vers...