HI kimpatro. I’ve got something similar I would like to accomplish. Just a 7-char token to send to user upon registration that they manually enter. Mobile app - goal is upon registration submit (with their phone number) this 7-char throw away / expire token in SMS’s to the number provided so they don’t need to log out, go to email, copy long token, press link then hand enter all their info again and paste token…
How should the JSON be formed to use DF close to out of box confirmation without having to set up entirely new confirmation process? Can it be done? The register string accepts a “code” param (2.04). I just locally installed 2.1 the user record has a 'confirm_code" field that is autopopulated…