diff --git a/mate/root/etc/cont-init.d/60-create-user b/mate/root/etc/cont-init.d/60-create-user index e5eaebd..2e373f5 100644 --- a/mate/root/etc/cont-init.d/60-create-user +++ b/mate/root/etc/cont-init.d/60-create-user @@ -24,3 +24,10 @@ touch /home/${USERNAME}/lock.file PERM=$(stat -c '%U' /home/${USERNAME}/.config) [[ "${PERM}" != "${USERNAME}" ]] && \ chown -R ${USERNAME}:${USERNAME} /home/${USERNAME} + + +# set random password for abc user to prevent it from connecting + +$RANDOM_PASS=`tr -dc A-Za-z0-9