This topic is locked

Creating an additional table to store users past passwords

2/20/2023 5:51:08 AM
PHPRunner General questions
G
graham.tech4t author
  1. Does anyone know the best way to keep a history of every user's previous passwords, plus prevent them re-using a previous password?


  2. Additionally, how can the user be forced to change their password every 180 days?


  3. Lastly, what is the best way to force the user to set a password comprising a mix of three of these elements: lower case, upper case, numbers, and special
    characters



Do functions already exist to undertake these options please?

Any help would be greatly appreciated. Thanks