GetPassword Issue

Posted by Community Admin on 04-Aug-2018 13:32

GetPassword Issue

All Replies

Posted by Community Admin on 14-Jun-2011 00:00

Hello,

I have issue with getpassword method when I want to get password it give me null reference object.
also I have set the machine key in my web.config.
here my setting
<Format Code Block>
<add name="Sitefinity" connectionStringName="DefaultConnection" type="Telerik.DataAccess.AspnetProviders.TelerikMembershipProvider, Telerik.DataAccess" enablePasswordRetrieval="true" enablePasswordReset="true" requiresQuestionAndAnswer="false" applicationName="/" requiresUniqueEmail="false" passwordFormat="Encrypted" maxInvalidPasswordAttempts="5" passwordAttemptWindow="10" passwordStrengthRegularExpression="" minRequiredPasswordLength="1" minRequiredNonalphanumericCharacters="0"/>
</Format Code Block>
<Format Code Block>
<machineKey validationKey="1E7B21306A7B8D73CBB2507C9632552CD34BA90AF540C8637DE25561660C28A7E6D79C83E53862D0CABF95FFBBDB09F458CA466C8884298D93C5D05441D1D021" decryptionKey="D28ECC8FDE1C50DC6E318BB55D7DFBC82CA6D1E76724FC118CA05CCC8DC6D044" validation="SHA1" decryption="AES"/>

</Format Code Block>

Posted by Community Admin on 14-Jun-2011 00:00

I am again paste the membership web.config code.

<add name="Sitefinity" connectionStringName="DefaultConnection" type="Telerik.DataAccess.AspnetProviders.TelerikMembershipProvider, Telerik.DataAccess" enablePasswordRetrieval="true" enablePasswordReset="true" requiresQuestionAndAnswer="false" applicationName="/" requiresUniqueEmail="false" passwordFormat="Encrypted" maxInvalidPasswordAttempts="5" passwordAttemptWindow="10" passwordStrengthRegularExpression="" minRequiredPasswordLength="1" minRequiredNonalphanumericCharacters="0"/>

Machine Key

<machineKey validationKey="1E7B21306A7B8D73CBB2507C9632552CD34BA90AF540C8637DE25561660C28A7E6D79C83E53862D0CABF95FFBBDB09F458CA466C8884298D93C5D05441D1D021" decryptionKey="D28ECC8FDE1C50DC6E318BB55D7DFBC82CA6D1E76724FC118CA05CCC8DC6D044" validation="SHA1" decryption="AES"/>
the 1st one is not clear for review.
Thanks

Posted by Community Admin on 16-Jun-2011 00:00

Hi Waji,

Can you please let us know how you are using this method? It also seems that you are running Sitefinity 3.x. Can you also confirm on your product version?

Kind regards,
Radoslav Georgiev
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed