I am implementing a Change password screen for the user and there is a requirement that changed password should not be same as last three passwords of a user.Can i do that in c# using directory entry and directory searcher.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use Active Directory: http://technet.microsoft.com/en-us/library/cc875814.aspx
Unless you store the passwords in a program database you wont be able to see previous passwords in AD. Go the proper approach and use AD for this task.