Registration WebPart for Forms Authentication in MOSS 2007

Excerpt:

With the option to create custom authentication providers in MOSS 2007,
a lot of new ways for user management and registration can be designed. Via VB_tech you
can download
webparts
for registration using forms authentication:

“Once you’ve got your WSSv3 site setup for anonymous access and you’ve
configured it for forms authentication you are probably going to want your users to
be able to register themselves and start using various features on the site.

You could add the CreateUserWizzard to a page with SharePoint Designer, but I
couldn’t find an easy way for users who register with this to have certain roles
assigned to them. For example you create a role called registeredUser, and then in
WSSv3 give this role contribute access to the whole site. If you just dropped the
CreateUserWizzard on the page you’d have to manually go and assign this role
to every new user who registered.

To try and make this process easier I’ve created a webpart that adds a CreateUserWizzard
control, and hooks up to the CreatedUser event, so it assigns the role to the user
as soon as the user registers.”

 

Random Posts

Loading…

Leave a Reply