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

Bug: Отсутствует проверка email на валидность #472

Open
GhArKn opened this issue Apr 24, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@GhArKn
Copy link

GhArKn commented Apr 24, 2024

Summary

Допускается регистрация с несуществующей почтой.

RunItemailerror.mp4

Reproduction steps

1. Открыть страницу регистрации https://runit.hexlet.ru/signup
2. Username = любое значение на латинском от 3 до 16 символов
3. Email = выдуманная, несуществующая почта 
4. Password = любое значение от 8 символов
5. Нажать "Sign Up"

Expected result

Регистрация не происходит.
Поле Email проходит валидацию на существование почты.

Actual result

Регистрация успешно произошла.

Browsers

Chrome

OS

Windows

@GhArKn GhArKn added the bug Something isn't working label Apr 24, 2024
@fey
Copy link
Contributor

fey commented Apr 26, 2024

Формально регистрация может проходить с несущ. емейлом, просто должно отправляться письмо с подтверждением почты, для завершения регистрации. Пока отправку писем не починили.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants