diff --git a/wrenchboard/src/shared_tool/account.cc b/wrenchboard/src/shared_tool/account.cc index 95a8d300..08ed1838 100644 --- a/wrenchboard/src/shared_tool/account.cc +++ b/wrenchboard/src/shared_tool/account.cc @@ -1483,7 +1483,7 @@ long WrenchResetMemberPass(CVars in, CVars &out) { } }// if member_id } catch (bad_parameter) { - out["log_status"] = "Invalid Log Action"; + out["log_status"] = "Invalid Password Reset Action"; } logfmt(logINFO, "/long WrenchResetMemberPass(CVars in, CVars out)"); return ret; @@ -2463,6 +2463,7 @@ long LoginWrenchBoardAccount(CVars in, CVars &out) { out["password"] = ""; out["active_job_count"] = WrenchJobCount( out["member_id"].Long() ); out["active_family_count"] = WrenchFamilyCount( out["member_id"].Long() ); + out["wallet_status"] = "-1"; LoginLogger(out["member_id"].Long(),login_mode); } else { out["status"] = "Session check failed";