youtransfer.settings.unlock(req.params.unlockCode, function(err) {
            req.errors.parse(err);
            if(req.errors.exist()) {
                res.process('unlock.html', null, next);
            } else {