Use Email for Login setting

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.

This forum is for discussing mojoPortal development

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.

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.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
9/8/2010 7:36:33 AM
Gravatar
Total Posts 35

Use Email for Login setting

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?

 

9/8/2010 9:26:25 AM
Gravatar
Total Posts 18439

Re: Use Email for Login 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

9/8/2010 12:21:26 PM
Gravatar
Total Posts 35

Re: Use Email for Login setting

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

9/8/2010 1:32:50 PM
Gravatar
Total Posts 35

Re: Use Email for Login setting

Nevermind.

 

I got it to work by running the ./Setup/Default.aspx after changing the connection string.

 

Thanks for all your help.

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