I have an existing application that i want to implement password resets after 30 days.
But i dont want the user to use the same password as the last 5 times.
How do i go about doing this or is there any links i can follow.
Please help
Thanks,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you can save a history of the last 5 passwords to prevent the user from reusing them
and save the last password change date.
once user perform login check if 30 days are over and if so redirect him to a page to reset his password.