Hi all, I'm still struggling with a custom login that I need to set up for a client.
Basically I need to show directly login and password textboxes and a button 'Login'. I have the following in my template:
@ Register TagPrefix="dnn" TagName="SIGNIN" Src="~/admin/Security/signin.ascx" %>
Below this I insert the SIGNIN control:
<
dnn:SIGNIN runat="server" ID="dnnSIGNIN" />
This basically shows the control's initial layout correctly, but after logging in to the host account, a red error message shows up before the control panel gets inserted:
"Could Not Load Skin: /Portals/0/Skins/Migesa03/Migesa03Skin.ascx Error: Value cannot be null. Parameter name: format"
Is there any way to get rid of this message, since the rest it looks like it's all working correctly? If not, what is the correct way of showing directly the SIGNIN control? I'm not that proficient in DNN sofar, so I have really no idea why the skin cannot be loaded, and still it shows correctly.
TIA for any help!
<%