Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Sander 1 post 21 karma points
    Aug 18, 2011 @ 04:45
    Sander
    0

    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 , 

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Aug 18, 2011 @ 09:12
    Dirk De Grave
    1

    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

Please Sign in or register to post replies

Write your reply to:

Draft