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 jsp usebean?
What is the use of jstl tags in jsp?
How do you delete the session data?
What is application scope in jsp?
What is context in jsp?
Can we override jspinit method?
What is session getattribute in jsp?
What is the difference between jsp and thymeleaf?
What is jsp action tags?
What are the components of jsp?
Can you stop multiple submits to a web page that are initiated by clicking to refresh button?
what will happen if we disable cookies in the web page?