Yes, that's the best reason for always asking questions on there. It's the only way to weed out dead modules and shi**y developers. That said, the guy who did that login module was really good when I first bought it. I gave him a list of fixes and he was keen and able to do all but one.
The core ascx can be changed to look like just about anything and I originally also made a lot of changes to that. Later I decided to only make it tighter and narrower as then it fit with a lot more skins in my multi-portal instance. In recent DNN's the login has changed completely and I have a note on my task list to tidy it up again.
Just while I'm here.. I'll quickly check that that module still works where I had it installed. It's still there but I hid it. Ok.. that was worth doing, because it doesn't work!
I'll check the event viewer..
InnerException: Could not load type 'DotNetNuke.Security.Authentication.AuthenticationController' from assembly 'DotNetNuke, Version=4.7.0.0, Culture=neutral, PublicKeyToken=null'.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: RSSimpleLogin.Controls.signinview.Login_Process
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Could not load type 'DotNetNuke.Security.Authentication.AuthenticationController' from assembly 'DotNetNuke, Version=4.7.0.0, Culture=neutral, PublicKeyToken=null'. ---> System.TypeLoadException: Could not load type 'DotNetNuke.Security.Authentication.AuthenticationController' from assembly 'DotNetNuke, Version=4.7.0.0, Culture=neutral, PublicKeyToken=null'. at RSSimpleLogin.Controls.signinview.Login_Process() at RSSimpleLogin.Controls.signinview.btnLogin_Click_NonImage(Object sender, EventArgs e) at System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Looks like it's dead. I'll go and put a ticket in and see what happens.
Rob