Skip to main content

I am experiencing a poor user registration flow when I send a user to https://community.c2cglobal.com/member/register and the user selects the Social Login option of Google. After the user authenticates with Google they are prompted to enter their user data that we require. Once done and the user clicks Register, the user is left on the registration page with no indication they are signed in and any attempt at signing in again keeps them on the page.

Do I need to use a url that includes a redirect after the registration is complete? When a user attempts to login from the main site, the registration modal is shown so I can’t find this if it exists.

Hey @larsen161  so yep i see what you mean, this page is actually the content that gets loading in the standard modal of when you click login, in your case its the code that powers this popup:
 

In your case you might want to check out the registration flow on this other customer community: https://community.looker.com/ as when you register with Google SSO there you get redirected to a custom url (in their case its a getting started on the community article) although it can be whatever you wanted - might be something you can try out on your side too?​​​​​​


Reply