I don't have a login link on my website.
I am showing the login - module on every page in my skin. In previous versions of DNN I could indeed just adapt the signin.ascx file and the resource files but in this version the login - module is totaly changed...
The signin.ascx file nog longer exists in DNN 4.6.2, now they're using a admin/authentication directory with all the files for the login module.
In this directory I adapted the login.ascx file, I managed to hide the "remember me", "forgot password" and "register" links but I would also like to hide the login and password labels.
This is the only line left commented out in the login panel of the login.ascx file:
anel ID="pnlLoginContainer" runat="server" style="text-align:left" CssClass="LoginPanel" Visible="false" />
Apparantly this line contains everything, when I comment out this line, the whole login module "disappears"...So how can I hide these labels?
Thanks in advance