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

    How to re-register when on the Verification Registration Required template?

    Scheduled Pinned Locked Moved
    General Discussion
    1
    2
    1.2k
    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.
    • M
      mike.rudat
      last edited by

      If I enter the wrong email address during registration, how can I re-register when on the Verify Registration Required template. That template is a dead end page for the user.

      This is an application where

      Verify registrations is set
      

      Thank You

      1 Reply Last reply Reply Quote 0
      • M
        mike.rudat
        last edited by

        Hi Mike,

        You could add a logoutLink at the end of the template inside the end of helpers.main to logout and then redirect the user back to the registration page such as:

             <div class="form-row push-top">
               [@helpers.logoutLink  redirectURI="${request.contextPath}/oauth2/register"]${theme.message("register")}[/@helpers.logoutLink]
             </div>
          [/@helpers.main]
        

        The template would display for example with the link titled register at the bottom of the page in the attached screenshot.

        Screenshot 2024-05-02 at 23.54.08.png

        Cheers

        1 Reply Last reply Reply Quote 0
        • First post
          Last post