If you have mistakenly set your login page to a page that does not have a login control on it then you might be wondering how you are ever going to get logged in again to fix it.
Click on the link below for an alternate login page that you can upload to your site.
Be sure to read the included readme file.
LoginForDotNetNuke.zip (1.74 KB)
**Update: The above download only works for versions 3.1/4/1 and below. I'm still trying to get one to work for 3.3/4.3 since things were changed in the way that the ClientAPI works with UserControls.
Also, if you can get access to your DB then you can run a query to fix this problem.
Update Portals Set LoginTabId=null Where PortalId=xx
xx is the id of the portal (probably 0).
***Update: I have created a new solution that you can use in the following blog:
DotNetNuke Login is not working!! How am I going to get back in?