How do I set password expire time period?
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 |
Which directive is used in jsp custom tag?
What are the components that make up a tag library in jsp?
What does jsp mean in text?
How to run java program in jsp page?
what is the difference between jsp and servlets ?
How we can include the result of another page in jsp?
What are the main tags in jsp?
What is a jsp and what is it used for?
Why are jsp pages preferred for creating web-based client program?
What is _jspservice method?
How can I set a cookie and delete a cookie from within a jsp page?
What is application in jsp?