0

I have read that in SharePoint 2003 there was a web part whereby users can create their own usernames using a web part. I am on FBA (Claim-based).

Can this functionality be achieved in SharePoint 2010.

neo269
  • 3,175
  • 15
  • 68
  • 106

1 Answers1

3

This is not something that's possible OOTB. Even with FBA, you'll need additional code (codeplex has a great one) to create the accounts in the FBA store. You could build a request page for which would allow anonymous users access to request a login, specifying their user name.

David Lozzi
  • 7,372
  • 5
  • 29
  • 50