I have allowed my users to change their email address (set as their identity in Backendless). I would like to send them an email verification identical to the one they currently receive when signing up to my app. How can I achieve this?
All answers I have found about this topic seem to be pretty old and outdated, hence me asking again. Thanks!
We are trying to change a user status to “email confirmation pending” when user changes their email. Your answer implies that just Re-sending email confirmation should do the trick… but this doesn’t seem to be the case when using the codeless user API block. Can you tell me how we can set a users status to “email confirmation pending” when they change their email? Thnx
Codeless has no block to create email confirmation, but you can call it via network.
Just execute POST request to https://api.backendless.com/<your-app-id>/<CLOUD-CODE-api-key>/users/createEmailConfirmationURL/ in after update event hendler