#!/bin/bash -e

. need_root

. which_user
. user_info

setup_login_password "$@"
touch /home/share/setup_login/"$user"

echo "Please tell $firstname their initial login password in the welcome email,"
echo "don't Cc the welcome list"\!"  please email separately to the welcome list."
echo 'This login password will change automatically on login, then they can'
echo 'change it manually with passwd(1).'
echo
echo "If $firstname can't log in with ssh, please \`su - $user\`, answer"
echo 'questions, input some email/general passwd, and send that in welcome.'
echo 'That passwd should be moderately strong, not necessarily super strong.'
echo
