Thanks Joe,
The only thing I was regarding login is:
To print out if a User is logged in or not logged in you can use something like :
<%= iif(Request.IsAuthenticated,"LoggedIn","NotLoggedIn") %>
I am not sure how this will work for me? The code that I am working with looks like this:
span id="Login"
dnn:USER runat="server" id="dnnUSER" CssClass="USER_object" /
dnn:LOGIN runat="server" id="dnnLOGIN" CssClass="LOGIN_object" /
/span
I have gone into the Login.ascx.resx file and removed the value for the
login.text and the User.ascx.resx and removed the value for the
register.text. This removed the Logon and Register from the homepage.
Now, when a user logs in the see their username and logout. I would like for them to see:
Welcome back: username | Sign Off
or
Welcome back: username | Update Profile | Sign Off
Where is the username being called from to be displayed? Can I edit something in there?
Thanks.
<dnn:user runat="server" id="dnnUSER" cssclass="USER_object">
<dnn:login runat="server" id="dnnLOGIN" cssclass="LOGIN_object">