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

[Job Launcher] Fix password validation regex #1369

Merged
merged 5 commits into from
Jan 8, 2024

Conversation

eugenvoronov
Copy link
Contributor

@eugenvoronov eugenvoronov commented Dec 18, 2023

Description

Used the same regular expression in the backend that we use in the frontend

How to test

curl -X 'POST' \
  'http://localhost:5001/auth/signup' \
  -H 'accept: */*' \
  -H 'Content-Type: application/json' \
  -d '{
  "password": "Developer123_",
  "confirm": "Developer123_",
  "email": "[email protected]"
}'

Related issues

Job Launcher - password validation #1363

@eugenvoronov eugenvoronov requested a review from portuu3 December 18, 2023 09:18
@eugenvoronov eugenvoronov self-assigned this Dec 18, 2023
Copy link

vercel bot commented Dec 18, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
escrow-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 8, 2024 9:05am
faucet-server ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 8, 2024 9:05am
hufi-exchange-oracle-server ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 8, 2024 9:05am
hufi-job-launcher-server ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 8, 2024 9:05am
hufi-reputation-oracle ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 8, 2024 9:05am
job-launcher-client ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 8, 2024 9:05am
job-launcher-server ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 8, 2024 9:05am
reputation-oracle-server ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 8, 2024 9:05am
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
hufi-recording-oracle-server ⬜️ Ignored (Inspect) Visit Preview Jan 8, 2024 9:05am

@eugenvoronov eugenvoronov linked an issue Dec 18, 2023 that may be closed by this pull request
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.

Job Launcher - password validation
2 participants