family login
This commit is contained in:
@@ -774,7 +774,7 @@ long CreateWrenchBoardAccountPending(CVars in, CVars &out) {
|
||||
|
||||
load_db_record(out, "SELECT *,id AS pending_id FROM members_pending WHERE id=%lu LIMIT 1", ret);
|
||||
}
|
||||
|
||||
|
||||
if (ret > 0) {
|
||||
out["pending_id"] = ret;
|
||||
out["pending_id"].set_valid(true);
|
||||
|
||||
@@ -269,7 +269,7 @@ long RecoCheckFamilyLogin(int itm_count, CVars in, CVars &out ){
|
||||
out[vname] = "Some family accounts are yet to log in.";
|
||||
|
||||
snprintf(vname, sizeof (vname), "description_%05d", ic);
|
||||
out[vname] = "Help your team remember their account information. Assign tasks.";
|
||||
out[vname] = "Some family members have not logged in - a little nudge might help.";
|
||||
|
||||
snprintf(vname, sizeof (vname), "card_type_%05d", ic);
|
||||
out[vname] = "FAMILY_NOLOGIN";
|
||||
@@ -284,7 +284,7 @@ long RecoCheckFamilyLogin(int itm_count, CVars in, CVars &out ){
|
||||
out[vname] = "icon1";
|
||||
|
||||
snprintf(vname, sizeof (vname), "banner_%05d", ic);
|
||||
out[vname] ="https://blog.wrenchboard.com/wp-content/uploads/2022/01/wrechboard-sample.jpg";
|
||||
out[vname] ="https://www.wrenchboard.com/assets/images/apps/banners/family-login.jpg";
|
||||
|
||||
snprintf(vname, sizeof (vname), "banner_location_%05d", ic);
|
||||
out[vname] ="URL";
|
||||
@@ -302,7 +302,7 @@ long RecoCheckFamilyLogin(int itm_count, CVars in, CVars &out ){
|
||||
out[vname] = "Some family accounts are yet to log in";
|
||||
|
||||
snprintf(vname, sizeof (vname), "short_description_%05d", ic);
|
||||
out[vname] = "Help your team remember their account information.";
|
||||
out[vname] = "Help your family member get started.";
|
||||
|
||||
snprintf(vname, sizeof (vname), "short_style_%05d", ic);
|
||||
out[vname] = "short_style";
|
||||
|
||||
Reference in New Issue
Block a user