Question: Using Java, Add a Reset Password link to the Login Page. Create a password_reset.jsp Using EL, bind the User object password to a form field

Using Java,

Add a Reset Password link to the Login Page.

Create a password_reset.jsp

Using EL, bind the User object password to a form field in a page.

Allow the user to change their password.

On the servlet side, retrieve the user from the session and change the password to the password entered on the reset form.

Save the User object in session scope.

Redirect the user to the account_activity page

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!