password reset issue in windows desktop application
HI, Whenever I try to reset the password in my Windows desktop application the password is resettled successfully and allows me to log in with a new password after some time the password is Reverted to the old password, and even in the database is also getting updated with old password after resetting the password. Where to check this issue and how to fix it.
FYI my application build-up style is app has local db and live db. That live db will be automatically refreshed and updated with a new set of data every day. So because of this new password is also getting reverted to the old one in the db. Can anyone give me suggestions to find a solution for this? Thanks in advance