FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login

    Registration verification dead end

    Scheduled Pinned Locked Moved Solved
    Q&A
    1
    2
    526
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • danD
      dan
      last edited by

      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?

      --
      FusionAuth - Auth for devs, built by devs.
      https://fusionauth.io

      danD 1 Reply Last reply Reply Quote 0
      • danD
        dan @dan
        last edited by

        The best way to solve this is to use a <meta> element with its http-equiv set to Refresh in the <head> of the page.

        When the page is displayed, the browser will go the indicated URL.

        The Verify registration complete template 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]
        

        --
        FusionAuth - Auth for devs, built by devs.
        https://fusionauth.io

        1 Reply Last reply Reply Quote 0
        • danD dan has marked this topic as solved on
        • First post
          Last post