Copied to clipboard

Flag this post as spam?

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


  • Jenny Meyer 1 post 21 karma points
    Aug 15, 2011 @ 16:34
    Jenny Meyer
    0

    Problem with asp:LoginName

    Hello,

    i am new with Umbraco and have a problem to show the Membername of the logged in Member:

     <asp:LoginView ID="LoginView1" runat="server">
                    <AnonymousTemplate>
                        <asp:Login ID="Login1" runat="server" > </asp:Login>
                    </AnonymousTemplate>
                    <LoggedInTemplate>  
                      Logged in as <br>
                      <asp:LoginName ID="LoginName1" runtat="server" /><br>
                      <asp:LoginStatus ID="LoginStatus1" LoginText="Login" LogoutText="Logout"  LogoutPageUrl="/default.aspx" LogoutAction="Redirect" runat="server" />
                    </LoggedInTemplate>
                  </asp:LoginView>


    the login status works fine, but i not see the LoginName of the User.

    I am using Version 4.7.0 and use RoleBased authenication.

    is the asp:LoginName not supported in V4.7.0?

    is there an other way to get the Membername and aditional infos of the member?

    thanks for help in advance

    Jenny

     

Please Sign in or register to post replies

Write your reply to:

Draft