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

issue_#1933/Adding name validation #1937

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Kaiseridze
Copy link

@Kaiseridze Kaiseridze commented Jul 3, 2024

A regular expression check for the presence of prohibited characters in the user profile has been added.

image

@Kaiseridze Kaiseridze changed the title Adding name validation issue_#1933/Adding name validation Jul 3, 2024
@Kaiseridze
Copy link
Author

Kaiseridze commented Jul 3, 2024

Fixes #1933 Added regular expression checking for prohibited characters in the user profile. This was the main problem with the lack of name verification

Comment on lines +82 to +84
).matches(
/^[a-zA-Z]+[a-zA-Z0-9_-\s{1}][a-zA-Z0-9_]+$/i,
'Should contain Latin letters, numbers and underscores. Only begin with latin letter',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Только для уже текущих имен, нужно поставить проверку, что оно было изменено. Иначе на этой проверке, любая другая настройка может не пройти.

Тоесть если я не меняю имя, то форма должна сабмитить дальше.

Copy link
Author

@Kaiseridze Kaiseridze Jul 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Только для уже текущих имен, нужно поставить проверку, что оно было изменено. Иначе на этой проверке, любая другая настройка может не пройти.

Тоесть если я не меняю имя, то форма должна сабмитить дальше.

Извините, но я не понял в чем заключается суть дополнения. Сейчас приведу скрины
image
image
image
В случае, когда форма валидна, есть возможность сохранить измененные данные, при отсутствии изменений, или невалидности строки - поведение кнопки меняется на disabled

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 this pull request may close these issues.

2 participants