hash and salt passwords now

This commit is contained in:
Quentin W 2024-07-22 12:11:54 -04:00
parent 9807874c4e
commit 7bdb07332b
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ if(~ $"user_name '' || ~ $"user_pass '')
usage
mkdir etc/users/$user_name
echo $user_pass > etc/users/$user_name/password
mkpasswd $user_pass > etc/users/$user_name/password
if(! ~ $#user_groups 0)
for(g in $user_groups) {