Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't exist field validator for passwords in SignUp component of Platform #4638

Open
haykeminyan opened this issue Feb 14, 2024 · 0 comments · May be fixed by #5224
Open

Doesn't exist field validator for passwords in SignUp component of Platform #4638

haykeminyan opened this issue Feb 14, 2024 · 0 comments · May be fixed by #5224

Comments

@haykeminyan
Copy link

haykeminyan commented Feb 14, 2024

Doesn't field validator exist for passwords in SignUp component of Platform Users can use passwords like '1' or '2' with only 1 or 2 symbols, which is quite strange for the signUp system. Need to make rule for this how much symbols should be and the strength of the password (with %$ symbols, upperCase, numbers e.t.c)

Here is an emulation of this request in which the user gets status code 200

curl 'https://account.bold.ru/' -X POST -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0' -H 'Accept: */*' -H 'Accept-Language: en' -H 'Accept-Encoding: gzip, deflate, br' -H 'Referer: https://app.bold.ru/' -H 'Content-Type: application/json' -H 'Origin: https://app.bold.ru' -H 'Connection: keep-alive' -H 'Sec-Fetch-Dest: empty' -H 'Sec-Fetch-Mode: cors' -H 'Sec-Fetch-Site: same-site' -H 'Sec-GPC: 1' -H 'TE: trailers' --data-raw '{"method":"createAccount","params":["test","1","test","test"]}'

@benmai22 benmai22 linked a pull request Apr 6, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant