Loading src/blogi.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -460,7 +460,7 @@ void blogi::Blogi::api(libhttppp::HttpRequest& curreq, const int tid, DomainCont if (username && password) { try { // Call the authentication service PlgArgs->auth->Apilogin(tid, username, password, aid); PlgArgs->auth->Apilogin(tid, username, password, aid, ctx.domainName); // Success response: returns the new authid json_object* jsuccess = json_object_new_object(); Loading Loading @@ -726,7 +726,7 @@ void blogi::Blogi::loginPage(libhttppp::HttpRequest &curreq,const int tid,const } uuid::uuid sessid; PlgArgs->auth->login(tid,username.c_str(),password.c_str(),sessid,sessionid); PlgArgs->auth->login(tid,username.c_str(),password.c_str(),sessid,sessionid,ctx.domainName); if(!sessid.empty()){ libhttppp::HttpResponse curres; Loading Loading
src/blogi.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -460,7 +460,7 @@ void blogi::Blogi::api(libhttppp::HttpRequest& curreq, const int tid, DomainCont if (username && password) { try { // Call the authentication service PlgArgs->auth->Apilogin(tid, username, password, aid); PlgArgs->auth->Apilogin(tid, username, password, aid, ctx.domainName); // Success response: returns the new authid json_object* jsuccess = json_object_new_object(); Loading Loading @@ -726,7 +726,7 @@ void blogi::Blogi::loginPage(libhttppp::HttpRequest &curreq,const int tid,const } uuid::uuid sessid; PlgArgs->auth->login(tid,username.c_str(),password.c_str(),sessid,sessionid); PlgArgs->auth->login(tid,username.c_str(),password.c_str(),sessid,sessionid,ctx.domainName); if(!sessid.empty()){ libhttppp::HttpResponse curres; Loading