diff --git a/app/views/console/users/index.phtml b/app/views/console/users/index.phtml
index f77f564a30..eeea5a5f18 100644
--- a/app/views/console/users/index.phtml
+++ b/app/views/console/users/index.phtml
@@ -424,7 +424,7 @@ $auth = $this->getParam('auth', []);
$data):
if (isset($data['enabled']) && !$data['enabled']) {continue;}
- // if (isset($data['mock']) && $data['mock']) {continue;}
+ if (isset($data['mock']) && $data['mock']) {continue;}
$sandbox = $data['sandbox'] ?? false;
$form = $data['form'] ?? false;
$name = $data['name'] ?? 'Unknown';