diff --git a/web/root/ecWeb/newUser.ssjs b/web/root/ecWeb/newUser.ssjs index d9260f20db45b166526c792a2702e149f455958d..0d54a3895c13762837c7155d71c03e6435d276ef 100644 --- a/web/root/ecWeb/newUser.ssjs +++ b/web/root/ecWeb/newUser.ssjs @@ -104,14 +104,6 @@ if(http_request.query.hasOwnProperty('action') && http_request.query.action == ' } } - if(system.newuser_questions&UQ_COMP) { - if(!http_request.query.hasOwnProperty('computer') || http_request.query.computer.length < 1) { - failString += '- Computer type not provided<br />'; - } else { - // user.computer is AKA host_name, so I'm not sure where to stick this answer. I suspect nobody will care anyway. :| - } - } - if(system.newuser_questions&UQ_COMPANY) { if(!http_request.query.hasOwnProperty('company') || http_request.query.company.length < 1) { failString += '- Company name not provided<br />';