Streamline login modal and registration process

vbresults

Well-known member
It would streamline registration if clicking the 'register' button on a login modal would swap out the existing modal for a new one instead of redirecting to the other page, and even better if somehow the user could stay on the page they registered on after registering, it would just refresh and have the confirm email notice if applicable at the top.

There is a case in a custom add-on where I can only provide one modal link to a guest and do not know ahead of time if they are someone who is already registered but not logged in, or a just guest who is about to register. I realized how the flow could be optimized and am implementing it custom, but it would be great built in too.
 
Last edited:
Upvote 1
The problem with this is that there would be custom development (or template modifications) needed for those of us who rely on tracking paid advertisement conversions.

It wouldn't be as simple as inserting code on a template anymore if it was streamlined like this, unless there was a conditional where it knew an account was registered and confirmed we could easily insert it into.
 
The problem with this is that there would be custom development (or template modifications) needed for those of us who rely on tracking paid advertisement conversions.
This is trivial unless the tracking platform does not support inline triggering of events.
It wouldn't be as simple as inserting code on a template anymore if it was streamlined like this, unless there was a conditional where it knew an account was registered and confirmed we could easily insert it into.
For communities with email confirmation, it is as easy as checking if they are in the users awaiting email confirmation group. For everyone else, as part of this suggestion, a query parameter can be added to the URL of the original page (/threads-abcdef.12345/?register=1).
 
Back
Top Bottom