Added example of blocked user in the config file

This commit is contained in:
root
2024-04-27 13:33:08 +02:00
parent 091fd45db8
commit 41e5d92dc8

View File

@ -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