Showing posts with label Authentication. Show all posts
Showing posts with label Authentication. Show all posts

Monday, August 4, 2008

FBA and User Display Names

try
{
SPUser user = web.AllUsers[loginName];
user.Name = displayName;
user.Email = email;
user.Update();
Page.Response.Redirect(web.Site.Url.ToString());
}

more details

Make BDC work with FBA

Making BDC (Business Data Catalog) work with FBA (Form Based Authentication) requires a bit of work. to resolve error more