I’m implementing a password change feature in my web application.
The old password is already saved by the browser for auto login . How can I replace it with the new password when the user
login next time? I use jsp and dojo in the view part. With servlets and spring framework.
I’m implementing a password change feature in my web application. The old password is
Share
This is handled by the actual browser, you don’t have access to that sort of thing with Javascript. Most browsers that store your password will also ask you to update your password if you ever successfully login with a password other than what they have stored.