Security policy issue
Opened this issue · 0 comments
Ekatereana commented
Priority: Low
Severity: 4
URL: https://open.spotify.com/
Description:
The password validation is too plain to cover all possible dangers. The registration form validation allows creating an account with a length of fewer than 8 numbers and contains digits or letters only
Steps for reproducing:
- Load the main page
- Go to the "Sign up" link
- Redirect to the Registration page
- Enter the password "123456" and other test data
- Press submit. No message about unsafe password will appear
Actual result:
Low quality of validation process
Expected result:
More healthy check for the password input