Copied to clipboard

Flag this post as spam?

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


  • Sebastian Dammark 583 posts 1407 karma points
    Jan 24, 2011 @ 14:32
    Sebastian Dammark
    0

    Creating member signup and login

    Hi Folks

    I'm trying to get my head around member signup and login.
    All I can find requires .NET and heaps amount of code, but all I need is 2 forms that submits data to the system.

    Any basic guides on this area ?

    I'm pretty good with XSLT and using OS X, no Visual Studio here ... ;)

     

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Jan 24, 2011 @ 14:49
    Jan Skovgaard
    1

    Hi Sebastian

    You should be able to just write this

    <asp:Login ID="Login1" runat="server"  DestinationPageUrl="~/MembersHome.aspx"> </asp:Login>

    You can write it directly in the umbraco masterpage.

    All you need to do now is create a member group and some members in the member section and then you should be good to go.

    Hope this helps.

    /Jan

  • Sebastian Dammark 583 posts 1407 karma points
    Jan 24, 2011 @ 15:11
    Sebastian Dammark
    1

    Thanx ...

    Gotta remember to wrap it in a <form runat="server"> ;)

Please Sign in or register to post replies

Write your reply to:

Draft