Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I know this has something to do with the "Hashed" setting but I don't know what to change it to. How can I just make it Clear Text Again?
Change the setting to "Clear" in the web.config. It is near the bottom.
If you have members on the site, you will need to change that section as well.
<membership defaultProvider="UmbracoMembershipProvider" userIsOnlineTimeWindow="15"> <providers> <clear /> <add name="UmbracoMembershipProvider" type="umbraco.providers.members.UmbracoMembershipProvider" enablePasswordRetrieval="false" enablePasswordReset="false" requiresQuestionAndAnswer="false" defaultMemberTypeAlias="Another Type" /> <add name="UsersMembershipProvider" type="umbraco.providers.UsersMembershipProvider" enablePasswordRetrieval="false" enablePasswordReset="false" requiresQuestionAndAnswer="false" passwordFormat="Clear" /> </providers> </membership>
Thomas
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Upgraded to 4 and now I can't login
I know this has something to do with the "Hashed" setting but I don't know what to change it to. How can I just make it Clear Text Again?
Change the setting to "Clear" in the web.config. It is near the bottom.
If you have members on the site, you will need to change that section as well.
Thomas
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.