-
Notifications
You must be signed in to change notification settings - Fork 0
Hours 2 3
Gavin-Lechner edited this page Oct 24, 2020
·
1 revision
*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