Fixes in add user

This commit is contained in:
absurdo 2023-11-25 11:20:59 +01:00
parent 2ffed7cca7
commit e80d184f3e

View file

@ -97,7 +97,7 @@ class Linux {
if($password!='') { if($password!='') {
$hash=crypt($password, '$6$rounds=6000$'.PhangoApp\PhaUtils\Utils\generate_random_password(10).'$'); $hash=crypt($password, '$6$rounds=6000$'.\PhangoApp\PhaUtils\Utils\generate_random_password(10).'$');
$str_user.=" -p \"${hash}\""; $str_user.=" -p \"${hash}\"";