avatar

Andres Jaimes

Password Requirements Validation with JQuery

Password forms are challenging for users because we often ask them to enter complex strings which they are usually not allowed to see. Additionally, these strings have to meet different criteria – like having upper and lower case characters, numbers and so on – to keep our applications secure. In this post, we are going to add visual queues to a form that will allow users to get a better experience with passwords.