Key AllowPasswordFormatChange is ignored

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.
3/15/2010 6:00:12 PM
Gravatar
Total Posts 251

Key AllowPasswordFormatChange is ignored

Hi, i have some mojoportal installations, all upgraded to 2.3.3.9

In my user.config, i added <add key="AllowPasswordFormatChange" value="true" />, but the password format is grayed out...

I want to change it to hashed format, from clear text in db.

I already did it other times, I don't understand why this time it is grayed out in all my websites...

Otherwise there is a way to force it from the database?

Thanks

3/16/2010 7:46:32 AM
Gravatar
Total Posts 18439

Re: Key AllowPasswordFormatChange is ignored

Most likely you have this setting in more than one location in user.config and the one closest to the bottom of the file wins.

Hope it helps,

Joe

3/16/2010 8:51:38 AM
Gravatar
Total Posts 251

Re: Key AllowPasswordFormatChange is ignored

i found that if:

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

is present, the password format change dropdown menu is grayed out

3/16/2010 10:41:52 AM
Gravatar
Total Posts 18439

Re: Key AllowPasswordFormatChange is ignored

Hi,

Thanks, I was able to reproduce this issue and fix it, it will be fixed in the next release.

Best,

Joe

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