tbrehm
2009-03-31 396f0e6786a99686c06dfc7e51ddf5b4cc241c29
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();