Copied to clipboard

Flag this post as spam?

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


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • Björn Jönsson 37 posts 58 karma points
    May 31, 2010 @ 10:44
    Björn Jönsson
    0

    I can´t get the Demo store´s login function to work

    Hello!

    System specs:

    umbraco v 4.0.3 (Assembly version: 1.0.3625.27276)

    Asp.Net 3.5

    MsSql Express 2005 (I know this is a lite version but it is only for setting up a demo shop)

    Windows XP, IIS 5.1 (is installed but I´m using UltidevCassini as recomended for installing on a local machine for demo use only)

    The problem at hand is:

    I have both manually created a customer/member and I have let the system create a customer/member for me when the customer is going through the chain of events when buying stuff in the shop. There is nothing that happens and I have made sure that I fill in the user and password correct. And what I can see in the template file it is using a form:

       <form runat="server">
    <asp:Login runat="server" />
    </form>

    But i can´t find any form, is it using the Umbraco login-page or is it using something else. I know it is only a Demo but shouldn´t every part function to be able to do a correct evaluation, do anyone know something or have a solution to my problem.

    Kind Regards

    --Björn Jönsson

  • Søren Spelling Lund 1797 posts 2786 karma points
    May 31, 2010 @ 15:37
    Søren Spelling Lund
    0

    It's using standard Umbraco login. You'll find the login page at http://www.ucommerce.dev/shop/login.aspx.

    Adding the following to your template will give you an indication of login status:

    <asp:LoginStatus runat="server" />
  • Björn Jönsson 37 posts 58 karma points
    May 31, 2010 @ 16:02
    Björn Jönsson
    0

    Thanks Soren!

    Now I can see if the user is logged in or not. Super as always :o)

    Kind Regards

    --Björn Jönsson

Please Sign in or register to post replies

Write your reply to:

Draft