Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Login Page will not showLogin Page will not show
Previous
 
Next
New Post
1/20/2006 11:46 AM
 
I need some help from an administrator at dotnetnuke.  I'm the admin for a content mgmt site I created under www.dstglenellyn.org/membersonly.  I was tweaking with the security settings and changed one of the pages to display login.  Now when I try to login, the login page will not appear.  How can I reset it, if I can't log back in as admin.  The login page just will not appear.  I hope you can offer some assistance to what I need to do.  I have put some work in this site and don't want to start over again due to a security config.

Can anyone offer any suggestions????
 
New Post
1/20/2006 12:11 PM
 
You probably set a Page as the Login Page - without actually adding the login control to the page first !!

To fix this you will have to edit the Portals table in the Database. and set the LoginTabId field to NULL.

Most Hosting providers provide you with some ability to edit MS SQL Databases, by running SQL scripts.  The script you need is

UPDATE {objectQualifier}Portals
       SET LoginTabId = NULL
WHERE PortalId = xxx

where xxx = is the PortalId of your portal
{objectQualifier} = the objectqualifier you have in the SqlDataProvider part of web.config (empty string bydefault).

If you don't know the Portal Id, try the following:

UPDATE {objectQualifier}Portals
       SET LoginTabId = NULL
WHERE PortalName = xxx

where xxx is the name of the Portal.



Charles Nurse
Chief Architect
Evoq Content Team Lead,
DNN Corp.

Want to contribute to the Platform project? - See here
MVP (ASP.NET) and
ASPInsiders Member
View my profile on LinkedIn
 
New Post
1/20/2006 1:21 PM
 
I found the table but I don't see a Portals table in the database.  These are the tables that I have:


TT_Categories

TT_EntryLog
TT_ProjectMembers
TT_Projects

TT_Roles

TT_Users





 
New Post
1/24/2006 2:55 PM
 
I think I am also having this problem; I am completely unable to login. I have set the LoginTabId to null in the dbo.Portals table, but that doesn't fix my problem.

After messing around in the database, I have managed to restore a "login page", but it doesn't contain any login fields. If I could find any documentation of the database structures, I would try to reconstruct the logon. I found the "Account Login" entry in dbo.ModuleDefinitions, and I'm trying to trace it from there. I have already re-created records in dbo.Modules and dbo.TabModules, but I'm probably not done.

Also, could there be some files that I might need to restore?
 
New Post
1/24/2006 4:55 PM
 
Never mind, I just blew away everything and reinstalled, and everything's fine now.
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Login Page will not showLogin Page will not show


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out