Skip to content

Update multiple entries in a single input guidance text

What does this MR do and why?

Update multiple entries in a single input guidance text.

Change "Use separate lines for multiple entries" to "Enter multiple entries on separate lines".

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.

Screenshots or screen recordings

Before After
image image

How to set up and validate locally

  1. Check this branch out locally
  2. As an admin user, visit http://gdk.test:3000/admin/application_settings/general (or http://localhost:3000/admin/application_settings/general if you have not set up the gdk.test domain)
  3. Expand the Sign-up restrictions section
  4. Scroll down to the Allowed domains for sign-ups textarea
  5. The help text of the textarea should read Only users with e-mail addresses that match these domain(s) can sign up. Wildcards allowed. Enter multiple entries on separate lines. Example: domain.com, *.domain.com
  6. Scroll down to the Denied domains for sign-ups textarea
  7. The help text of the textarea should read Users with e-mail addresses that match these domain(s) cannot sign up. Wildcards allowed. Enter multiple entries on separate lines. Example: domain.com, *.domain.com

Related to #457700, #444717 (closed)

Edited by Chad Lavimoniere

Merge request reports