remove unencrypted password warnings, passwords encrypted now
This commit is contained in:
parent
77b8882969
commit
5788ca2040
|
@ -21,7 +21,7 @@ help()
|
|||
echo " -p <password> Password for username. Optional, random password generated if none specified."
|
||||
echo " -x <fpmmax> PHP-FPM pm.max_children. Optional, defaults to 4, recommended range 2-12 on Shared Server."
|
||||
echo " -j Whether or not to jail the user. Optional, default is to not jail user."
|
||||
echo " -w Write user & mysql info to files. Warning! This inlcudes the unencrypted passwords."
|
||||
echo " -w Write user & mysql info to files."
|
||||
exit
|
||||
}
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ help()
|
|||
echo " -u <username> System username to add to server."
|
||||
echo " -p <password> Password for username. Optional, random password generated if none specified."
|
||||
echo " -i <uid> Numberic User ID to assign to user. Optional, next available uid set if none specified."
|
||||
echo " -w Write user info to /home/username/.passwd. Warning! This inlcudes the unencrypted password."
|
||||
echo " -w Write user info to /home/username/.passwd."
|
||||
exit
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user