Redirect a user after confirmation link failed
Laurent de Goede
When a new user for some reason clicks the confirmation-link a second time, an error message is shown on the backend, without any way to redirect the user to a more descriptive page on the frontend.
-One solution would be to redirect the user to already configured login url with some extra parameter.
-Or let the admin setup a separate url to go to after the confirmation-link failed.
-Another might be to let the admin configure the url the confirmation-link goes to and then from that frontend page do a post to the backend and handle everything from there on out.
Jean-Baptiste THERY
Hello, I am trying to submit this pr which solves the problem of being able to configure a url in case of error: https://github.com/strapi/strapi/pull/22674
Lukas Scholten
Any updates/workarounds?
J
Jerod
This is still a valid issue and breaks the user experience often. Is there perhaps a workaround or a way to handle the email confirmations outside the built-in workflow. For example, could we override the confirmation link being used in the email template? In Strapi v3 this was possible.