Skip to content

Add first/last name to company form during registration

What does this MR do and why?

What

Adds first and last name to company form during registration

Why

SSO registrations can have a missing last name due to allowing no space between first and last name when registering with an oauth provider.

Due to that issue, we want to resolve this by adding these fields to the company form during registration. These will be auto populated with existing values from the existing user if they are defined. This will allow us to reduce friction and at the same time ensure we have these values for leads.

Screenshots or screen recordings

Before After
Screenshot_2023-06-26_at_12.25.40_PM Screenshot_2023-06-26_at_12.29.40_PM

How to set up and validate locally

  1. Setup to simulate SaaS and restart GDK
  2. Visit /users/sign_up/company/new to see the changes to the form. Submission will not work unless CustomersDot is setup, but not needed for vetting this MR.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #415617 (closed)

Edited by Doug Stull

Merge request reports