OpenID key field lost

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.
8/9/2013 12:53:30 AM
Gravatar
Total Posts 23

OpenID key field lost

OpenID key field lost. After update ( 2.3.9.8 2013-07-29) I couldn't see this field anymore, where is it?

screenshot: http://snag.gy/LuFgT.jpg

I tryed to add this:

<add key="EnableOpenIDAuthentication" value="true" />

but it didn't help.

I also have the default web.config settings:

    <!-- These settings can override site settings -->
    <add key="UseOpenIdRpxSettingsFromWebConfig" value="false" />
    <add key="OpenIdRpxApiKey" value="" />
    <add key="OpenIdRpxApplicationName" value="" />
    <add key="OpenIdRpxUseMappings" value="true" />
    <add key="AllowClosingSites" value="true" />

8/9/2013 11:44:49 AM
Gravatar
Total Posts 18439

Re: OpenID key field lost

Hi,

The 2.3.9.8 release has been patched to fix this. If you download it again and replace the /bin/mojoPortal.Web.dll file it should solve it.

Only other changed file is /App_GlobalResources/Resource.resx where we fixed a small typo in a resource string.

Hope that helps,

Joe

8/12/2013 2:47:47 AM
Gravatar
Total Posts 23

Re: OpenID key field lost

Yes it fixed. Thanks Joe!

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