I would like to implement a secure php authentication.
Feature I would like are :
1. Account lockout after several unsuccessful attempts. Admisinstrator must reactivate account and user is required to change password so they can login again.
- Strong password complexity requirements. Password is also required to be changed every 3 months.
Anything else that would make it more secure.
I like features, LOTS of them.
Honestly I would write a script like this myself , but I have no knowledge on how to do, and do'nt have the time to learn how.
It would be awesome if anyone could provide me with such a system like this.
Thanks 🙂