diff --git a/pandora_console/include/class/AgentWizard.class.php b/pandora_console/include/class/AgentWizard.class.php
index bc34fa5258..05d4b1bb30 100644
--- a/pandora_console/include/class/AgentWizard.class.php
+++ b/pandora_console/include/class/AgentWizard.class.php
@@ -4827,8 +4827,8 @@ class AgentWizard extends HTML
                 // SecurityName.
                 $macros[6]['value'] = $this->authUserV3;
 
-                // SecurityContext.
-                $macros[7]['value'] = $this->community;
+                // SecurityContext. Empty by default.
+                $macros[7]['value'] = '';
 
                 // SecurityLevel.
                 $macros[8]['value'] = $this->securityLevelV3;