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

Fix #96

Merged
merged 4 commits into from
May 3, 2023
Merged

Fix #96

merged 4 commits into from
May 3, 2023

Conversation

bevuxyna
Copy link
Contributor

@bevuxyna bevuxyna commented May 3, 2023

Добавила / в конце адреса для updateUserInfo. Возникала ошибка You called this URL via PATCH, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL while maintaining PATCH data.

Поменяла регулярное выражение для проверки пароля на наличие только цифр. Если использовать NUMBER, то при наличии цифры в пароле, например hjrueyY63kski, показывалась ошибка, что пароль не может состоять только из цифр. Сделала отдельное рег-ое выражение PASSWORD_NUMBERS, потому что NUMBER еще используется в других местах.

@bevuxyna bevuxyna requested a review from Artyom774 May 3, 2023 08:56
@bevuxyna bevuxyna merged commit 30ba899 into dev May 3, 2023
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