mboomer / World-Cup-2022

Web based version of QlikView application for managing a World Cup competition
0 stars 0 forks source link

Password length #135

Closed mboomer closed 2 years ago

mboomer commented 2 years ago

Add check to ensure that passwords are at least 12 characters in length

mboomer commented 2 years ago

Added check for length of username 12-20 characters Added extra checks for password criteria at least one uppercase letter at least one lowercase letter at least one number (digit) at least one of the following special characters !@#£$%^&*- a minimum of 12 characters - max of 20

mboomer commented 2 years ago

Added checks to create new password