monome / norns

norns is many sound instruments.
http://monome.org
GNU General Public License v3.0
633 stars 147 forks source link

add password length failsafes for WPA-PSK #1627

Closed dndrks closed 1 year ago

dndrks commented 1 year ago

WPA-PSK requires a sequence between 8 and 63 ASCII characters, so if a user uses this prompt to change their password to something shorter, then they won't be able to access hotspot (due to the conveniences added by https://github.com/monome/norns/pull/1570).

to help guardrail, this commit adds:

(built after a super helpful troubleshooting support ticket from raja!)