From 958230138190662f6a6462e37f28c47b6bd25432 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Wed, 15 Apr 2020 12:21:02 -0600 Subject: [PATCH] Update makeuser Removed chage line. --- makeuser | 1 - 1 file changed, 1 deletion(-) diff --git a/makeuser b/makeuser index c5aee23..52a0aa3 100755 --- a/makeuser +++ b/makeuser @@ -40,7 +40,6 @@ case $1 in sudo useradd -m -g 100 -s /usr/bin/bash $1 \ || error_exit "couldn't add user" echo "$1:$newpw" | sudo chpasswd - sudo chage -d 0 $1 echo "sending welcome mail" sed -e "s/newusername/$1/g" -e "s/newpassword/$newpw/" /usr/local/bin/welcome-email.tmpl \