Skip to content

Remove the "Get Started" page during registration

What does this MR do and why?

Related to #458425 (closed)

The 'Get started with GitLab' page is currently Step 7 in our free/trial registration flows on Gitlab.com

This MR removes that page.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

  1. Setup to simulate SaaS and restart GDK
  2. Register as a new user.
  3. On /users/sign_up/welcome, select any 'role' and 'Just me' in the welcome form after sign up step.
  4. Choose 'Create a new project'
  5. Click 'Continue'
  6. Fill out fields to create a group and project on the next page.
  7. Click 'Create project'
  8. Previously, you will land on the "Get Started" page after that, now you should be in "Learn GitLab".
Edited by Roy Liu

Merge request reports