I have been running an Umbraco site for some time. I had just one member type, and everything worked well.
Now I want to add another member type, with different profile properties and I want to be able to create users of both types.
I have one usercontrol which creates the default user type, via the CreateUserWizard and now I want to make another usercontrol which creates the other kind of user.
Should be doable by creating a second membership provider, and setting a different member type (as a property on the provider) and make sure to explicitely specify the provider on the createuserwizard (and all other asp.net "login" controls)
Creating memebers of different types
Hi,
I have been running an Umbraco site for some time. I had just one member type, and everything worked well.
Now I want to add another member type, with different profile properties and I want to be able to create users of both types.
I have one usercontrol which creates the default user type, via the CreateUserWizard and now I want to make another usercontrol which creates the other kind of user.
How can I do this?
Thank you!
Elad,
Should be doable by creating a second membership provider, and setting a different member type (as a property on the provider) and make sure to explicitely specify the provider on the createuserwizard (and all other asp.net "login" controls)
Cheers,
/Dirk
is working on a reply...