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

[intensive] Валидация пароля #1135

Open
ivancheprasov opened this issue Dec 27, 2023 · 0 comments
Open

[intensive] Валидация пароля #1135

ivancheprasov opened this issue Dec 27, 2023 · 0 comments

Comments

@ivancheprasov
Copy link

Ссылка

https://up.htmlacademy.ru/univer-js3/2/project/what-to-watch

Проблема или вопрос

ТЗ к проекту «Что посмотреть» гласит, что "Под валидным паролем подразумевается пароль, который состоит минимум из одной буквы и цифры." В данном случае буквы разделены спец. символом от цифры, сервер не принимает такой пароль.
image

Информация об устройстве

  • Девайс: Huawei Matebook 14D
  • ОС: Ubuntu 22.04
  • Браузер: Chrome
  • Версия: 117.0.5938.149

Дополнительная информация

No response

Возможное решение или предложение по улучшению

Я лично использую следующее регулярное выражение для валидации: /^(?=.\d)(?=.[a-zA-Z]).*$/
Пожалуйста, сообщите, если у Вас есть вариант получше.

@ivancheprasov ivancheprasov changed the title [intensive] [intensive] Валидация пароля Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant