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 |
---|---|
How to set up and validate locally
- Setup to simulate SaaS and restart GDK
- 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.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #415617 (closed)
Edited by Doug Stull