Hi,
I want save the new users into Visitors group.
Downloaded FBA Pack source code, here i have noticed that the New Users are adding into directly Default (first) SharePoint Group.
web.Groups[request.DefaultGroup].AddUser(Utils.EncodeUsername(request.UserName.ToLower(), web.Site), request.UserEmail, request.FirstName +"" + request.LastName, "Self Registration");
From visiors group setting enabled this group as a Default Group. But still Users adding into first group that are listed in sharepoint groups.
Ex:1. Members, 2. Owners, 3. Vistors, 4. Designers
How can i add the users into group which i want to ?
Thanks & Regards
MD.Liakath Ali