Converting to encrypted passwords

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
5/27/2014 8:04:13 AM
Gravatar
Total Posts 118

Converting to encrypted passwords

Hello,

I would like to start using encrypted passwords, my site has been running for a while and has a custom machine key. The option to change is greyed out. 

Am I able to do this without locking myself out?

5/27/2014 10:12:54 AM
Gravatar
Total Posts 2239

Re: Converting to encrypted passwords

Hi,

Yes, you can change over to encrypted passwords without locking yourself out. Please read "User Password Settings" before changing anything so you can be familiar with all of the options.

The option is grayed out because AllowPasswordFormatChange has been set to "false" in your web.config or user.config. Open your user.config and add <add key="AllowPasswordFormatChange" value="true" /> or change the value to true if it is there and set to false. Once your user.config is correct, touch your web.config and then re-visit your Site Settings.

HTH,
Joe D.

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