From fbe90c22af1bc1d7edfda1fcf2678cb1faf948c9 Mon Sep 17 00:00:00 2001 From: Philip Date: Sun, 1 Jan 2017 02:44:37 +0100 Subject: [PATCH] [users] Clarify semantics of avatarFilePath config setting. --- src/modules/users/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/users/README.md b/src/modules/users/README.md index cd0991078..9a0d5d3d1 100644 --- a/src/modules/users/README.md +++ b/src/modules/users/README.md @@ -12,5 +12,4 @@ The following settings are available in **users.conf**: - ```sudoersGroup```: group for sudoers usage. - ```setRootPassword```: allow to set the root password in the installed system. Defaults to false. - ```availableShells```: comma-separated list of available shells for new users. If not present, new users will not have any explicit shell in /etc/passwd, therefore the system default (usually, /bin/bash) will be used. - - ```avatarFilePath```: path where to copy user avatars to; ~ can be used to represent the user's home directory. If not present or empty, we won't allow users to set avatars. - + - ```avatarFilePath```: path where to copy the user avatar to, including the target file name; ~ can be used to represent the user's home directory; $HOME or other environment variables are not currently supported. If a path is not present or empty, we won't allow users to set avatars.