From f2639ca1caad67884a5f59d465eca07f5aaa99b4 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Thu, 29 Aug 2024 14:20:54 -0700 Subject: [PATCH] include password info --- panel/classes/Panel/Vhost/UsersEdit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)'; }