Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Problem with asp:LoginName
Hello,
i am new with Umbraco and have a problem to show the Membername of the logged in Member:
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
is working on a reply...