diff --git a/src/freedombone-adduser b/src/freedombone-adduser index 391fbf9e..6fcb892a 100755 --- a/src/freedombone-adduser +++ b/src/freedombone-adduser @@ -228,14 +228,11 @@ if ! grep -q 'control' /home/$MY_USERNAME/.bashrc; then echo 'control' >> /home/$MY_USERNAME/.bashrc fi +${PROJECT_NAME}-pass -u $MY_USERNAME -a login -p "$NEW_USER_PASSWORD" clear echo $"New user $MY_USERNAME was created" echo $"Their login password is $NEW_USER_PASSWORD" echo '' -echo $'IMPORTANT: Make a note of the password, because it will not be saved' -echo $'anywhere else. Preferably give it to them in person on paper or via' -echo $'a secure channel, not in an unencrypted email.' -echo '' echo $"They can download their GPG keys with:" echo '' echo " scp -P $SSH_PORT -r $MY_USERNAME@$HOSTNAME:/home/$MY_USERNAME/.gnupg ~/"