fusion44 / blitz_api

A management backend for the RaspiBlitz project written in Python / FastAPI
MIT License
19 stars 18 forks source link

fix: password regex #141

Closed ghost closed 2 years ago

ghost commented 2 years ago

Adapts the password regex to be the same as the Raspiblitz uses. See https://github.com/rootzoll/raspiblitz/issues/3260.

fusion44 commented 2 years ago

@rootzoll I think you can assess this better. LGTM though.

cstenglein commented 2 years ago

I think that check should be removed, since it's already handled in the webui & the blitz itself. The error can Just be forwarded from the Blitz through The API.

rootzoll commented 2 years ago

LGTM too - its what we discussed for the next release. Please merge.