Use Email for Login cannot be changed

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
9/29/2011 2:23:29 PM
Gravatar
Total Posts 2

Use Email for Login cannot be changed

I've run into this issue before, but what I did last time did not fix it this time.

 

I just restored a MojoPortal site to another server.  I changed the web.config/user.config to point to the new database server (which is a restored copy from the production server) and then ran the setup. 
The login page requires a password login, which I do not have set up.

 

Since I cannot login, I cannot change the "Use Email for Login" button.

Also, I verified that the "UseEmailForLogin" field in mp_Sites is set to 'False', then touched the web.config and ran ./Setup/Default.aspx again.  It still requires an email login.

 

I tried restarting the server and running Setup again, but still no luck.

 

 

Also, it has the default skin and not the skin I have on the prod server, but that may/may not be relevent.  I'm just not sure if is looking at the correct configuration.

 

9/29/2011 2:37:12 PM
Gravatar
Total Posts 2

Re: Use Email for Login cannot be changed

OK, I was able to get it working.

 

Our DBA's had changed the mojouser login to database level, whereas before it was at the server level.

 

I added the database name to the connection string(didn't need it before since the user was at the server level), and now it works.

 

Thanks

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