Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing the Membership Question and Answer

Status
Not open for further replies.

nzcam

Programmer
Mar 5, 2003
36
0
0
NZ
Hi, I am trying to change the Membership answer within sql server 2005. Can someone please help me in this.



 
Dim s As New MembershipUser
s.ChangePasswordQuestionAndAnswer( . . . )


Change it through the above only.

The answer in the database is encrypted. You must know and apply the same encryption (impossible), else at the retrieval of the passwordAnswer, the app will crach (the de-cryption willl fail)
 
Thanks, But this is only half of what I require.

The ChangePasswordQuestionAndAnswer requires a usercode and password. How does a application administrator see the answer and/or change this without knowing the users password
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top