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.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
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
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
i found that if:
<add key="AllowMultipleSites" value="false" />
is present, the password format change dropdown menu is grayed out
Hi,
Thanks, I was able to reproduce this issue and fix it, it will be fixed in the next release.
Best,