varhttpfunc=require('topsin.httpfunc');varREQ=httpfunc.argv().request;varRES=httpfunc.argv().response;varSinEror=require('topsin.error');varresult=new(require('topsin.responsedata'))();varDB=require('topsin.database');varDBNAME=REQ.pathCapture('DBNAME');varCrypto=require('topsin.crypto');var_=require('lodash');try{varr=CONFIG.tr("The user is not active");RES.body(r);}catch(err){result.setErrText(_.toString(err));RES.body(result.toJson());}