Can't change password format

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
9/24/2009 10:57:00 AM
Gravatar
Total Posts 190

Can't change password format

Hi All,

I hope this will be an easy one. The password format dropdown in site settings is grayed out and won't let me change the password format. It is currently plain text and I'd rather it be encrypted. I have set the web.config setting to allow password format change. Is there another setting I'm missing?

Thanks

9/24/2009 12:33:42 PM
Gravatar
Total Posts 2239

Re: Can't change password format

Do you have the same setting set to not allow password change in the user.config.

-Joe

9/24/2009 1:23:10 PM
Gravatar
Total Posts 190

Re: Can't change password format

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

This is in my user.config. I even tried just removing it from user.config altogether. It now only appears in the web.config and is set to "true" but still the format option in the admin is grayed out.

9/24/2009 1:31:59 PM
Gravatar
Total Posts 18439

Re: Can't change password format

Hi,

If this is a multi site installation, by default the password format can only be changed from the root site. To make it possible to change it from the child site you need to put this in your user.config

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

Hope it helps,

Joe

9/24/2009 1:37:26 PM
Gravatar
Total Posts 190

Re: Can't change password format

Nope. Only one site in this install.

9/24/2009 1:48:33 PM
Gravatar
Total Posts 18439

Re: Can't change password format

Are you singed in as a user in the admins role?

9/24/2009 2:25:49 PM
Gravatar
Total Posts 190

Re: Can't change password format

Yep. Only account in there so far.

9/25/2009 3:03:30 PM
Gravatar
Total Posts 190

Re: Can't change password format

I finally got it to work. I allowed child sites in the web.config and then allowed child sites to change password format (as well as allowing the main site to change password format) and after making those changes I could log in and change the password format in the site settings of the admin.

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