Hi,
I am working on membership concepts in asp.net. Now i want to reset new password and getpassword for specific user.
this is my web.config code:
<add name="MySqlMemb ershipProvider" connectionStrin gName="SQL2005D B380ConnectionS tring" applicationName ="MyAppName" requiresQuestio nAndAnswer="fal se" requiresUniqueE mail="false" passwordFormat= "Encrypted" enablePasswordR eset="true" minRequiredNona lphanumericChar acters="1" passwordAttempt Window="10" type="System.We b.Security.SqlM embershipProvid er, System.Web, Version=2.0.0.0 , Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a"/>
How can I get old password and reset new password.
I am working on membership concepts in asp.net. Now i want to reset new password and getpassword for specific user.
this is my web.config code:
<add name="MySqlMemb ershipProvider" connectionStrin gName="SQL2005D B380ConnectionS tring" applicationName ="MyAppName" requiresQuestio nAndAnswer="fal se" requiresUniqueE mail="false" passwordFormat= "Encrypted" enablePasswordR eset="true" minRequiredNona lphanumericChar acters="1" passwordAttempt Window="10" type="System.We b.Security.SqlM embershipProvid er, System.Web, Version=2.0.0.0 , Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a"/>
How can I get old password and reset new password.
Comment