In the previous tutorial on username validation we explained why input validation is important for your application’s security and data consistency. For our passwords we are going to implement a strict policy about their format. We want our passwords to : Be between 8 and 40 characters long Contain at least one digit. Contain at ...
↧