Posted on: 2/6/2014 10:41:17 PM | Views : 644

Hello,
I have a web application with login window and password are stored in hash format. I would like to make more secure by changing few things on the site.
Currently, it doesn't check the old password while changing the new one. I would like to check this.

How to check the old password?  If old password is match with current one, then display message. (different way other than using ChangePassword control)
Thanks!

Go to the complete details ...