Re-sending confirmation email

Hello,

I have the register working fine by sending the approval token to the user, but some people (I don’t know why) say that they didn’t received the confirmation mail.

How can I get the approval token for a user or generate a new one?

Thanks

Instruct your users to check their junk mail.

This forum is dedicated to Corvid. For questions that are not related to code you can contact the Wix support team . You’ll get better help for your problem there.

Hi Yisrael,

Actually this is a code question I would like to get the approval token for a user or generate a new one, but I couldn’t find the way to do it.

Since the register() works, you get the token as the result. You can save this in a collection of pending registrations and then retrieve it when you want it.

However, if you’re looking for a way to resend, you should contact the Support Team. If they don’t have a solution to this, you can give a feature request.

Ok, thanks! it does the trick

Regards