Hours 2 3 - Gavin-Lechner/CSI230-Project2 GitHub Wiki

*Had a lot of trouble adding users with the useradd command as it turned out, it was a problem with how I set up my PASSWORD variable I forgot to surround with parenthesis and the $ sign. After fixing this problem I was able to successfully add users.

*Had to look into how to use the useradd command and its functionality

*I decided to use useradd because I could add the password with usermod after the fact and unlike adduser it would not prompt for a password on creation. I encrypted the password with openssl passwd -1.

  • I now plan to work on the emailing portion of the project