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 |
What is a declaration statement?
Explain client-side and server-side validation.
How can automatic creation of session be prevented in a jsp page?
What are the jsp tags?
What is the purpose of <jsp:getproperty >?
How can we use beans in jsp?
Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?
what are the alternate way to use the scriplet in jsp.
What is the purpose of jsp?
Explain the uses of jsp?
Explain the jsp life cycle?
how to set class path in java