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.
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
My apologies if I am posting in the wrong forum. I am new to the community.
Thanks
Isra
You can sign in by navigating directly to http://yoursite/Secure/Login.aspx
Jamie
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
Only way to fix it is directly in the database:
UPDATE mp_SitesSET 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
I'll try to do that.
Thanks so much.
It works fine now!!