How do I set password expire time period?



How do I set password expire time period?..

Answer / cvsr.sarma

I created another column in my user table expiration date. When user signs up and created the password. added 90 days to current sysdate and inserted in expiration date.
When the user tried to login in the system will check expiration date is greater than the current date.
When the user update his password will change expiration date adding 90 days to current system date.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More JSP Interview Questions

What is the difference between Java Servlet & JSP?

1 Answers  


When the destroy method of the jsp's are called?

0 Answers  


How we can use javascript with jsp pages?

0 Answers  


How do I prevent the output of my jsp or servlet pages from being cached by the browser?

0 Answers  


Can we define a class inside a jsp page?

0 Answers  






What is jsp param?

0 Answers  


What is a tag file?

0 Answers  


Explain jsp technology?

0 Answers  


How can I declare methods within my jsp page?

0 Answers  


What is the jsp?

0 Answers  


What is the purpose of creating custom tags?

0 Answers  


What is jstl jar?

0 Answers  


Categories