Skip to content

Fix margin for submit button with captcha

Doug Stull requested to merge fix-captch-padding-on-trial-registration into master

What does this MR do and why?

Fixes the spacing between captcha and submit button on trial registration login

Screenshots or screen recordings

instance before after
.com Screen_Shot_2022-01-14_at_2.29.52_PM Screen_Shot_2022-01-14_at_2.30.22_PM
any other instance Screen_Shot_2022-01-14_at_3.37.24_PM Screen_Shot_2022-01-14_at_3.36.57_PM
no captcha - Screen_Shot_2022-01-14_at_3.37.55_PM

How to set up and validate locally(if you want more than the screenshots)

  1. sign out
  2. setup a domain on ngrok
  3. start ngrok server locally forwarding the port to your gdk in terminal.
    • example: ngrok http --region=us --hostname=douggdk.ngrok.io 3000
  4. add your ngrok domain to allowed_hosts: ['douggdk.ngrok.io'] in your config/gitlab.yml
  5. restart gdk
  6. setup recaptcha - https://docs.gitlab.com/ee/integration/recaptcha.html#configuration
  7. visit http://gdk.test:3000/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=free-trial on your local gdk.

MR acceptance checklist

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

Edited by Doug Stull

Merge request reports