Hi,
I'm modifying the web.config to take into consideration security hardening of the website per Mitchel Sellers posting about keeping DNN User passwords secure:
http://www.mitchelsellers.com/blogs...tnuke.aspx Basically, it says to use "HASHED in the passwordFormat line along with turning off the enablePasswordRetrieval (set it to FALSE).
When I look at my web.config, I see the following for passwordFormat:
passwordFormat="[Clear|Hashed|Encrypted]"
When I look at enablePasswordRetrieval line, I see the following:
enablePasswordRetrieval="[true|false]"
So, what does these entries mean? Do I delete the Clear and Encrypted to get HASHED for the passwordFormat? Are my passwords currently being formatted as "CLEAR"?
Do I delete the "true" out of the line for enablePasswordRetrieval? How do I know what it is currently doing?
Or, are these settings in the web.config reflected elsewhere in the CMS as a toggle that I can switch on or off?
What gives?
Thnaks,
Mark