Registration verification dead end
-
When verifying a registration by following an email link, the user will ultimately end on a Registration verification complete page. This is a dead end page. Can the user be sent to a login screen for example?
-
The best way to solve this is to use a
<meta>element with itshttp-equivset toRefreshin the<head>of the page.When the page is displayed, the browser will go the indicated URL.
The
Verify registration completetemplate can be updated like this, for example:[@helpers.head] [#-- Custom <head> code goes here --] <meta http-equiv="Refresh" content="0; URL=https://google.com/" /> [/@helpers.head] -
D dan has marked this topic as solved on