Login Page Disappeared

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
3/14/2012 1:18:44 PM
Gravatar
Total Posts 4

Login Page Disappeared

Hello all,

I managed somehow to disable  my login form on my sign-in page and now im basically logged out from my own site. I know it sounds funny but I need serious help here Frown

 

My apologies if I am posting in the wrong forum. I am new to the community.

 

Thanks

Isra

3/14/2012 1:22:06 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Login Page Disappeared

You can sign in by navigating directly to http://yoursite/Secure/Login.aspx

Jamie

3/14/2012 1:24:55 PM
Gravatar
Total Posts 4

Re: Login Page Disappeared

Well I tried that but the form for login is missing.

It happened when I disabled the "Authentication against the database" from the Site Settings during an experiment.

I can navigate to the actual page but the form is missing.

This is the site:

 http://www.geonicolaides.com/Secure/Login.aspx

3/14/2012 1:38:12 PM
Gravatar
Total Posts 18439

Re: Login Page Disappeared

Only way to fix it is directly in the database:

UPDATE mp_Sites
SET DisableDbAuth = 0

Then you'll need to touch the web.config file to make it recycel and clear the site settings cache.

Hope that helps,

Joe

3/14/2012 1:49:20 PM
Gravatar
Total Posts 4

Re: Login Page Disappeared

I'll try to do that. 

 

Thanks

3/14/2012 2:07:02 PM
Gravatar
Total Posts 4

Re: Login Page Disappeared

Thanks so much. 

It works fine now!!

You must sign in to post in the forums. This thread is closed to new posts.