mirror of
https://github.com/kingk85/uFTP.git
synced 2025-07-20 10:46:08 +03:00
Added example of blocked user in the config file
This commit is contained in:
@ -71,3 +71,8 @@ USER_NAME_OWNER_1 = www-data
|
|||||||
USER_2 = anotherUsername
|
USER_2 = anotherUsername
|
||||||
PASSWORD_2 = anotherPassowrd
|
PASSWORD_2 = anotherPassowrd
|
||||||
HOME_2 = /
|
HOME_2 = /
|
||||||
|
|
||||||
|
#blocked user that are not allowed to login
|
||||||
|
BLOCK_USER_0 = user1
|
||||||
|
BLOCK_USER_1 = user2
|
||||||
|
BLOCK_USER_2 = user3
|
||||||
|
Reference in New Issue
Block a user