try
{
SPUser user = web.AllUsers[loginName];
user.Name = displayName;
user.Email = email;
user.Update();
Page.Response.Redirect(web.Site.Url.ToString());
}
more details
Showing posts with label Authentication. Show all posts
Showing posts with label Authentication. Show all posts
Monday, August 4, 2008
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
Subscribe to:
Posts (Atom)