redray
2009-04-11 08745a54a3a41dd4b2ae89b08910f07cc97eeb49
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();