···454454;REVERSE_PROXY_TRUSTED_PROXIES = 127.0.0.0/8,::1/128
455455;;
456456;; The minimum password length for new Users
457457-;MIN_PASSWORD_LENGTH = 6
457457+;MIN_PASSWORD_LENGTH = 8
458458;;
459459;; Set to true to allow users to import local server paths
460460;IMPORT_LOCAL_PATHS = false
···559559 - `scrypt`: `scrypt$65536$16$2$50`
560560 - Adjusting the algorithm parameters using this functionality is done at your own risk.
561561- `CSRF_COOKIE_HTTP_ONLY`: **true**: Set false to allow JavaScript to read CSRF cookie.
562562-- `MIN_PASSWORD_LENGTH`: **6**: Minimum password length for new users.
562562+- `MIN_PASSWORD_LENGTH`: **8**: Minimum password length for new users.
563563- `PASSWORD_COMPLEXITY`: **off**: Comma separated list of character classes required to pass minimum complexity. If left empty or no valid values are specified, checking is disabled (off):
564564 - lower - use one or more lower latin characters
565565 - upper - use one or more upper latin characters