upgraded to latest version...

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

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.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
12/11/2012 12:52:16 PM
Gravatar
Total Posts 18439

Re: upgraded to latest version...

Sounds to me like authentication is succeeding. The only thing that I know of that could prevent the user from appearing as authenticated after the authentication has happened is if cookies are blocked somehow. There is configuration that can prevent passing cookies if the request is not using https as mentioned in the article Use SSL but it is not configured this way by default. Other things that can block cookies are things like any kind of privacy guard security software (or bowser toolbars), do not track mode in web browsers etc.

I would try different browsers and different client machines to see if you get the same result.

The only other thing I can think of to try is adding this in user.config:

<add key="UseTransferRequestForUrlReWriting" value="false"/>

which would change back to the old way we were doing url rewriting. I don't really see how that could affect authentication but its one of the few recent changes that could have side effects in some environments.

12/11/2012 1:12:42 PM
Gravatar
Total Posts 46

Re: upgraded to latest version...

So my domain account is working.  That was my fault and a total head-smacker moment, my account was marked as deleted.  Ok then.

My local account won't let me in yet.  So in the DB, all but 2 of my admin accounts is NULL for PasswordSalt which would explain why I can't get in, right?  2 admin accounts have their PasswordSalt set and oddly they are the two I logged into right after the upgrade.  How does that make sense?

12/11/2012 1:24:11 PM
Gravatar
Total Posts 46

Re: upgraded to latest version...

Ok so I restored the backup copy of my db and all my admin PasswordSalt fields were NULL.  

 

Anyway, in the DB I made my domain account an admin.  Then I went to member list and was going to update the password for the admin account and see if that works.  But when I got to manage, #1 my tabs are gone.  So it's just a list on the page, not tabbed sections.  And #2 there is no password field anywhere?

 

12/11/2012 1:30:34 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: upgraded to latest version...

No password field showing on the Manage User page means your site is not set to use LDAP fallback. That option was moved from a configuration key to the LDAP section of site security a while back (don't know exactly which version).

Jamie

12/11/2012 1:32:48 PM
Gravatar
Total Posts 18439

Re: upgraded to latest version...

Password salt will be created if it does not exist upon succesful login so that is not a problem, it is designed to handle it if it is empty.

12/11/2012 1:38:51 PM
Gravatar
Total Posts 46

Re: upgraded to latest version...

No password field means I can't set the password for a local db account though.  

12/11/2012 1:45:27 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: upgraded to latest version...

I did some research, and the LDAP fallback option was moved into Site Settings in version 2.3.8.5.

Jamie

12/11/2012 1:48:50 PM
Gravatar
Total Posts 46

Re: upgraded to latest version...

Yeah, mine has alwasy been set with the site in the administration section.  But how am I supposed to set the password for a local account then?

12/11/2012 1:50:53 PM
Gravatar
Total Posts 46

Re: upgraded to latest version...

And can anyone explain what happened to my tabs?  I have a 2.3.9.0 copy that seems to be using jquery on google for the tabs.  This one does not.  I'm talking about the tabs within the administration pages.

12/11/2012 1:59:45 PM
Gravatar
Total Posts 46

Re: upgraded to latest version...

Your demo site and my other site running 2.3.9.0 point to 
http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.0/jquery-ui.min.js for the css for the tabs it would seem.  My new site does not.  Where is that call made so I can see what happened.

 

 

12/11/2012 2:03:28 PM
Gravatar
Total Posts 18439

Re: upgraded to latest version...

"No password field means I can't set the password for a local db account though."

Do you have Use Database Authentication checked in Site Settings? What Jamie is saying is that checkbox must be checked to use both ldap and database authentication whereas in older versions there was a web.config setting. If it is checked then the password field should be available on ManageUsers.aspx

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