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

Hotspot Password can be too short #162

Closed
lrnselfreliance opened this issue May 24, 2023 · 2 comments
Closed

Hotspot Password can be too short #162

lrnselfreliance opened this issue May 24, 2023 · 2 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers python Changes in Python react js Changes in React JS
Milestone

Comments

@lrnselfreliance
Copy link
Owner

lrnselfreliance commented May 24, 2023

A user can input a hotspot password which is too short.

  1. Modify wrolpi.root_api.update_settings to refuse a password if it is less than 8 characters (HTTP 400).
  2. Modify React Settings component to refuse to submit the form if the password is less than 8 characters.
  3. Modify wrolpi.test.test_root_api.test_hotspot_settings to test that the endpoint returns the correct error.
@lrnselfreliance lrnselfreliance added bug Something isn't working good first issue Good for newcomers python Changes in Python react js Changes in React JS labels May 24, 2023
@lrnselfreliance lrnselfreliance added this to the Version 1 milestone May 24, 2023
@swarajsahil
Copy link

Assign it to me i try to solve it

@lrnselfreliance
Copy link
Owner Author

Fixed fdaaa51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers python Changes in Python react js Changes in React JS
Projects
None yet
Development

No branches or pull requests

2 participants