server/plugins-available/shelluser_jailkit_plugin.inc.php
@@ -87,7 +87,7 @@ $this->_setup_jailkit_chroot(); $command .= 'usermod --unlock '.escapeshellcmd($data['new']['username']); $command .= 'usermod -U '.escapeshellcmd($data['new']['username']); exec($command); $this->_add_jailkit_user();