First question, Is it possible to reset user's password to some predefined password?
consider this senario
When we create user we set his password with default value. When user logs in for the first he has to change his password. Over the period of time suppose user forgot his password. he calls IT admin to reset his password to default value (default value which we configrued in web.config and use this default value whiling creating new user account)
Now how do i reset user's password if that password is stored using Hash
Second question, if password is hashed then is it possible to update it if i know old password?
...
Go to the complete details ...