Add multiple user support

This commit is contained in:
Tim Robinson
2015-12-17 11:29:40 +11:00
parent 387ecd2865
commit 2e88b706bb
2 changed files with 10 additions and 1 deletions

View File

@@ -25,6 +25,8 @@ The following environment variables are accepted.
requires a hashed password such as the ones created with `mkpasswd -m sha-512`
which is in the _whois_ debian package.
- `FTP_USER_*`: Adds mutliple users. Value must be in the form of `username:hash`. Should not be used in conjunction with `FTP_USER` and `FTP_PASSWORD(_HASH)`.
## Usage Example
```