DEV Community

Cover image for Added Password Validation in Laravel
Hilmi Hidayat
Hilmi Hidayat

Posted on • Updated on • Originally published at codelapan.com

Added Password Validation in Laravel

A few days ago Laravel officially updated the password validation, which means more and more options that we can use with extras such as mixedCase, which means that the password must consist of at least one uppercase and one lowercase letter. Letters which means the password must consist of at least one letter, numbers which means that the password must have at least one number, symbols which means that there must be at least one symbol in the password, and uncompromised which means that the passwork must not be compromised in the data leak.

Read more at codelapan.com

Top comments (0)