Is your feature request related to a problem? Please describe.
The website lets you have the same character 6 times in a row
Describe the solution you'd like
The password should require stronger characters
Describe alternatives you've considered
Minimum length: 12 characters (16+ is even better)
Maximum length: At least 64 characters (don't unnecessarily limit users)
Character types: Allow all printable characters, including:
Uppercase letters (A–Z)
Lowercase letters (a–z)
Numbers (0–9)
Special characters (! @ # $ % ^ & * etc.)
No common passwords: Block passwords found in known breached-password lists (e.g., "password123", "12345678")
Is your feature request related to a problem? Please describe.
The website lets you have the same character 6 times in a row
Describe the solution you'd like
The password should require stronger characters
Describe alternatives you've considered
Minimum length: 12 characters (16+ is even better)
Maximum length: At least 64 characters (don't unnecessarily limit users)
Character types: Allow all printable characters, including:
Uppercase letters (A–Z)
Lowercase letters (a–z)
Numbers (0–9)
Special characters (! @ # $ % ^ & * etc.)
No common passwords: Block passwords found in known breached-password lists (e.g., "password123", "12345678")