Expired verification email link and query string parameters

Hi,

I’ve been testing the flow for an expired verification email and unless I’m mistaken the behaviour doesn’t match the documentation.

In the documentation page (Customize Email Templates) it is explained that:

The following text will be appended to the query string: http://myapplication.com/my_page/?email=john%contoso.com&message=Access%20expired.&success=false

However, when I test this myself only the latter two parameters are passed, so the URL looks like:

http://localhost:3000/login.html?message=Access%20expired.&success=false

Can you explain this please?

Thanks

John.

The way I’ve solved this is by using the Management API to patch the email template. You have to update the includeEmailInRedirect to true. Be careful to not save anything you’ve already changed into the template dashboard. The patch will override it.

To save, not to not save* :sweat: