This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.
Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.
Before posting questions here you might want to review the developer documentation.
I have a test system that I restored from a Prod system. We normally log in with a username, but for some reason this system got set to use Email login.
I try to login with the email associated with my account but it does not work. How can I Uncheck the "Use Email for Login" option if I am not able to login? Is there a config file setting?
There is a setting for this in the mp_Sites table. You could manually edit it then touch Web.config to clear the siteSettings cache.
Hope it helps,
Joe
Thanks Joe, but it must be something else that I am missing. That setting was false, but it still comes up with the Email login.
This is a test server and I copied the website and restored an exact copy of the DB to this server.
When I point to the Production DB, everything works. When I point to the test DB, it brings up the default mojo login screen(email login) and the default mojo skin.
What am I missing here?
Thanks
Nevermind.
I got it to work by running the ./Setup/Default.aspx after changing the connection string.
Thanks for all your help.