vpn_key
Password Authentication
Password authentication uses the typical username and password to login a user. Password authentication also supports Signup, recaptcha, and Two-Factor Authentication features.
Basic Configuration
Options
| Option | Default | Description |
|---|---|---|
enabled | true | Enable password authentication |
minLength | 5 | Minimum password length |
signup | false | Allow user self-registration |
With User Signup
With reCAPTCHA
Set Admin Password
If password authentication is enabled, by default filebrowser will create a default admin user. This admin user is uniquely able to have the password set by the config. This happens automatically on startup if you specify an admin password via environment variable or config file.
Best practice - use environment variable:
| |