Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
You can manually construct a confirmation URL using the below in your email.Are you saying that it is fairly easy to construct this 'confirmcode' parameter based on the email address it is set to confirm?
Yes, exactly this is doable.USER SIGNS UP AND PROVIDES:
- primary email address
- PEC email address
WE CATCH REGISTRATION FORM AND DO THE FOLLOWING:
- do NOT auto-send confirmation mail to primary email address
- fetch/calculate the confirm code of the primary email address (or, well, of the user account, maybe it is just the stored unique user id that's used to build the confirm code) and/or the 'itemid' parameter.
- use the email auto action to send an email to their PEC address, which says: click on this link to confirm your account: www.socialfarmacia.it/index.php?option=c...confirm&confirmcode= [CALCULATEDCODEFORTHISUSER]&Itemid=133
THE USER
- sees as only confirm email the one we sent to the PEC address. He clicks the link there, and proceeds as a fully 'confirmed' user.
Please Log in or Create an account to join the conversation.