tbrehm
2009-03-15 07c3bd9b777e55d0b8fc988d6583e44861a3ee43
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();