diff --git a/frigate/const.py b/frigate/const.py index d339379bf..0626f88a9 100644 --- a/frigate/const.py +++ b/frigate/const.py @@ -9,4 +9,4 @@ PLUS_API_HOST = "https://api.frigate.video" # Regex Consts REGEX_CAMERA_NAME = "^[a-zA-Z0-9_-]+$" -REGEX_CAMERA_USER_PASS = "" +REGEX_CAMERA_USER_PASS = "[a-zA-Z0-9_-]+:[a-zA-Z0-9!$_-]+@"