Question is in the topic title, i'm using umbraco 4.7, i've been looking through a few topics and most of them are unclear or dated is there a good tutorial that is recent and or very helpfull member that can help me ,
As umbraco uses asp.net membership out of the box, you can use the standard asp.net login controls/create user wizard controls. Here's a sample implementation you can use as a starter. Basically, you need to make sure that:
- you've created a member type.
- set the alias of the member type in your web.config on the umbraco membership provider
- add a <asp:Login /> or <asp:CreateUserWizard /> control on any of your templates to allow for logging or registering
How to make user login - register form
Question is in the topic title,
i'm using umbraco 4.7, i've been looking through a few topics and most of them are unclear or dated
is there a good tutorial that is recent and or very helpfull member that can help me ,
As umbraco uses asp.net membership out of the box, you can use the standard asp.net login controls/create user wizard controls. Here's a sample implementation you can use as a starter. Basically, you need to make sure that:
- you've created a member type.
- set the alias of the member type in your web.config on the umbraco membership provider
- add a <asp:Login /> or <asp:CreateUserWizard /> control on any of your templates to allow for logging or registering
Done!
Cheers,
/Dirk
is working on a reply...