session upgrade

This commit is contained in:
CHIEFSOFT\ameye
2023-07-09 15:03:52 -04:00
parent 2e27625f97
commit b9f0544303
+1
View File
@@ -1794,6 +1794,7 @@ long LoginWrenchBoardExternal(CVars in, CVars &out) {
if (ret > 0) {
logfmt(logINFO, "External account already exists");
} else {
load_db_record(in, "SELECT upper(md5(now()::text))||''|| upper(md5(now()::date::text)) AS sessionid");
logfmt(logINFO, "Create new FB account");
CVars xx;
xx["username"] = in["email"];