Hotspot Password can be too short #162
Labels
bug
Something isn't working
good first issue
Good for newcomers
python
Changes in Python
react js
Changes in React JS
Milestone
A user can input a hotspot password which is too short.
wrolpi.root_api.update_settings
to refuse a password if it is less than 8 characters (HTTP 400).Settings
component to refuse to submit the form if the password is less than 8 characters.wrolpi.test.test_root_api.test_hotspot_settings
to test that the endpoint returns the correct error.The text was updated successfully, but these errors were encountered: