How to create the program in Java for getting the forgotten Password Form?

Hi,

Our enterprise application requires the development of a form in which user will fill the login name and then the application will send the password to the user on email address.

How to create the program in Java for getting the forgotten Password Form?

Thanks

View Answers

April 3, 2015 at 6:13 AM

For this you should create a form to enter the user name and there will be a serverside class to handle the form data and send the email to user.

Check the tutorial Developing Forgot Password Form.

Thanks









Related Tutorials/Questions & Answers:
Advertisements