Allow register to link existing Meshkee accounts after acknowledgement.

Adds optional acknowledgeExistingAccount and documents the CELL_EXISTS_OTHER_SITE → SMS link flow for storefronts.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Alireza Hassani
2026-08-10 09:53:15 +03:30
co-authored by Cursor
parent f7cee26975
commit 0f92307fcd
8 changed files with 31 additions and 8 deletions
+5 -1
View File
@@ -557,7 +557,11 @@
"firstName": { "type": "string" },
"lastName": { "type": "string" },
"email": { "type": "string" },
"domain": { "type": "string", "description": "Same website apex as {domain}" }
"domain": { "type": "string", "description": "Same website apex as {domain}" },
"acknowledgeExistingAccount": {
"type": "boolean",
"description": "If true, link an existing Meshkee account from another website without matching its password. Existing password and profile stay unchanged."
}
}
}
}