1. Validating a Weak Password
Background
A user is signing up for a new service and enters 'abc123' as their password.
Problem
The password lacks uppercase letters and special characters, making it weak.
How to use
Enter 'abc123' in the password field with the default minimum length of 8.
Outcome
The tool returns that the password is weak because it is too short and missing uppercase and special characters.