GetPassword Issue
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>
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"
/>
<
machineKey
validationKey
=
"1E7B21306A7B8D73CBB2507C9632552CD34BA90AF540C8637DE25561660C28A7E6D79C83E53862D0CABF95FFBBDB09F458CA466C8884298D93C5D05441D1D021"
decryptionKey
=
"D28ECC8FDE1C50DC6E318BB55D7DFBC82CA6D1E76724FC118CA05CCC8DC6D044"
validation
=
"SHA1"
decryption
=
"AES"
/>
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