diff --git a/panel/classes/Panel/Vhost/UsersEdit.php b/panel/classes/Panel/Vhost/UsersEdit.php index 68194c7..f4ae891 100644 --- a/panel/classes/Panel/Vhost/UsersEdit.php +++ b/panel/classes/Panel/Vhost/UsersEdit.php @@ -15,7 +15,7 @@ class UsersEdit extends \Panel\Vhost { parent::beforeRoute($f3); $username = $f3->get('PARAMS.username'); - if ($user_array = $f3->call('\Panel::vGet', array("vhost-user-get.sh -u $username -c", FALSE))) { + if ($user_array = $f3->call('\Panel::vGet', array("vhost-user-get.sh -u $username -c -v", FALSE))) { if ($user_array[0]['passwd'] == "") { $user_array[0]['passwd'] = '(unavailable)'; }